Skip to content

Commit

Permalink
Merge pull request #61 from jeronimoalbi/develop
Browse files Browse the repository at this point in the history
Version update to `1.0.0-beta.11`
  • Loading branch information
nullproxy authored Feb 23, 2017
2 parents 0d96eaf + 3058098 commit d8c1303
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.10'
__version__ = '1.0.0-beta.11'
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==15.2.0',
'pyzmq==16.0.2',
'msgpack-python==0.4.7',
],
classifiers=[
Expand Down

0 comments on commit d8c1303

Please sign in to comment.