diff --git a/setup.py b/setup.py index 0a29df9..00f1ced 100644 --- a/setup.py +++ b/setup.py @@ -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', ], diff --git a/version.py b/version.py index cd7ca49..a6221b3 100644 --- a/version.py +++ b/version.py @@ -1 +1 @@ -__version__ = '1.0.1' +__version__ = '1.0.2'