Skip to content

Commit

Permalink
bump to version 0.9.0-beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
ploxiln committed Apr 7, 2019
1 parent 437224d commit 1a340f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nsq/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# also update in setup.py
__version__ = '0.8.3'
__version__ = '0.9.0-beta1'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def run_tests(self):


# also update in nsq/version.py
version = '0.8.3'
version = '0.9.0b1'


setup(
Expand Down

0 comments on commit 1a340f9

Please sign in to comment.