Skip to content

Commit

Permalink
bump to 0.8-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
jehiah committed Feb 21, 2017
1 parent 74c6409 commit ce384ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion nsq/version.py
@@ -1,2 +1,2 @@
# also update in setup.py
__version__ = '0.7.1'
__version__ = '0.8-alpha'
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -16,7 +16,7 @@ def run_tests(self):


# also update in nsq/version.py
version = '0.7.1'
version = '0.8-alpha'


setup(
Expand All @@ -39,7 +39,7 @@ def run_tests(self):
'python-snappy', 'tornado'],
cmdclass={'test': PyTest},
classifiers=[
'Development Status :: 4 - Beta',
'Development Status :: 6 - Mature',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.6',
Expand Down

0 comments on commit ce384ee

Please sign in to comment.