From aca600678cb53a88ce296829a36bc46cd095728c Mon Sep 17 00:00:00 2001 From: Masoud Ghorbani Date: Sat, 12 May 2018 11:03:34 +0430 Subject: [PATCH] Fix classifiers --- setup.py | 5 +++-- version.py | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) 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'