Skip to content

Commit 2d0632c

Browse files
committed
update setup.py development status beta -> stable
Signed-off-by: Stephen L. <lrq3000@gmail.com>
1 parent 6b79e18 commit 2d0632c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_infos.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
__email__ = 'LRQ3000@gmail.com'
55

66
# Definition of the version number
7-
version_info = 2, 0, 0, 'b3' # major, minor, patch, extra
7+
version_info = 2, 0, 2 # major, minor, patch, extra
88

99
# Nice string for the version (mimic how IPython composes its version str)
1010
__version__ = '-'.join(map(str, version_info)).replace('-', '.').strip('-')

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ def execute_makefile_commands(commands, alias, verbose=False):
195195
py_modules = [os.path.splitext(f)[0] for f in os.listdir('.') if os.path.isfile(f) and f.endswith('.py')], # list all python files in current folder
196196
long_description = open("README.rst", "r").read(),
197197
classifiers=[ # Trove classifiers, see https://pypi.python.org/pypi?%3Aaction=list_classifiers
198-
'Development Status :: 4 - Beta',
198+
'Development Status :: 5 - Production/Stable',
199199
'License :: OSI Approved :: MIT License',
200200
'Environment :: Console',
201201
'Operating System :: Microsoft :: Windows',

0 commit comments

Comments
 (0)