diff --git a/redfs/__version__.py b/redfs/__version__.py index e6a15a4..7799702 100644 --- a/redfs/__version__.py +++ b/redfs/__version__.py @@ -1,2 +1,2 @@ -VERSION = (0, 0, 4, 'dev-1') +VERSION = (0, 0, 4, 'RC') __version__ = '.'.join(map(str, VERSION)) diff --git a/setup.py b/setup.py index 4ef5279..8e8d861 100644 --- a/setup.py +++ b/setup.py @@ -31,8 +31,8 @@ license='MIT', packages=find_packages(exclude=('tests', 'docs')), classifiers=[ - # 'Development Status :: 5 - Production/Stable', - 'Development Status :: 4 - Beta', + 'Development Status :: 5 - Production/Stable', + # 'Development Status :: 4 - RC', 'Intended Audience :: Developers', 'Programming Language :: Python', 'License :: OSI Approved :: MIT License',