Bump to post-release version

This commit is contained in:
Tyler Hobbs
2013-10-10 17:14:36 -05:00
parent 3ab5dc82de
commit 4b7bd4a1a2
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
__version_info__ = (1, 0, '0b5')
__version_info__ = (1, 0, '0b5', 'post')
__version__ = '.'.join(map(str, __version_info__))

View File

@@ -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',