Skip to content

Commit

Permalink
Merge pull request #62 from jeronimoalbi/develop
Browse files Browse the repository at this point in the history
Update version to `1.0.0-beta.12`
  • Loading branch information
nullproxy authored Feb 24, 2017
2 parents d8c1303 + 998761a commit 0c5d449
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion katana/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@

__license__ = "MIT"
__copyright__ = "Copyright (c) 2016-2017 KUSANAGI S.L. (http://kusanagi.io)"
__version__ = '1.0.0-beta.11'
__version__ = '1.0.0-beta.12'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
zip_safe=True,
install_requires=[
'click==6.4',
'pyzmq==16.0.2',
'pyzmq==15.4.0',
'msgpack-python==0.4.7',
],
classifiers=[
Expand Down

0 comments on commit 0c5d449

Please sign in to comment.