Bump to post-release version
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
__version_info__ = (1, 0, '0b5')
|
||||
__version_info__ = (1, 0, '0b5', 'post')
|
||||
__version__ = '.'.join(map(str, __version_info__))
|
||||
|
||||
|
||||
|
2
setup.py
2
setup.py
@@ -164,7 +164,7 @@ def run_setup(extensions):
|
||||
install_requires=dependencies,
|
||||
tests_require=['nose', 'mock', 'ccm'],
|
||||
classifiers=[
|
||||
'Development Status :: 3 - Beta',
|
||||
'Development Status :: 4 - Beta',
|
||||
'Intended Audience :: Developers',
|
||||
'License :: OSI Approved :: Apache Software License',
|
||||
'Natural Language :: English',
|
||||
|
Reference in New Issue
Block a user