Skip to content

Commit

Permalink
Version bump to 0.3.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
sideshowdave7 committed Jul 19, 2017
1 parent c8840d9 commit 91e73c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eventmq/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__author__ = 'EventMQ Contributors'
__version__ = '0.3.4.7'
__version__ = '0.3.4.8'

PROTOCOL_VERSION = 'eMQP/1.0'

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name='eventmq',
version='0.3.4.7',
version='0.3.4.8',
description='EventMQ job execution and messaging system based on ZeroMQ',
packages=find_packages(),
install_requires=['pyzmq==15.4.0',
Expand Down

0 comments on commit 91e73c9

Please sign in to comment.