Skip to content

Commit

Permalink
Fix classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
Masoud Ghorbani committed May 12, 2018
1 parent 6a71e61 commit aca6006
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions setup.py
Expand Up @@ -38,8 +38,9 @@
install_requires=['pygithub', 'halo', 'fire'],
keywords='sync shell syncshell history bash zsh linux',
classifiers=[
'Development Status :: 1.0.1 - Stable',
'License :: MIT License',
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
],
Expand Down
2 changes: 1 addition & 1 deletion version.py
@@ -1 +1 @@
__version__ = '1.0.1'
__version__ = '1.0.2'

0 comments on commit aca6006

Please sign in to comment.