Skip to content

Commit

Permalink
Version up to v1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mingrammer committed Sep 13, 2017
1 parent 9bf5b1b commit a074ea3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion awesome/__init__.py
@@ -1,6 +1,6 @@
"""
awesome - a TUI, for finding awesome list
"""
__version__ = '1.0.4'
__version__ = '1.0.5'
__author__ = 'mingrammer'
__license__ = 'MIT'
4 changes: 3 additions & 1 deletion setup.py
Expand Up @@ -9,7 +9,7 @@

# Package meta-data.
NAME = 'awesome-finder'
DESCRIPTION = 'A TUI based awesome finder'
DESCRIPTION = 'A TUI based awesome curated list finder'
URL = 'https://github.com/mingrammer/awesome-finder'
EMAIL = 'k239507@gmail.com'

Expand Down Expand Up @@ -86,6 +86,8 @@ def run(self):
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Topic :: Terminals',

],
# $ setup.py publish support.
cmdclass={
Expand Down

0 comments on commit a074ea3

Please sign in to comment.