diff options
| author | David Hurst | 2017-07-20 14:07:33 -0600 |
|---|---|---|
| committer | David Hurst | 2017-07-20 14:07:33 -0600 |
| commit | 0f77842438147dbcc638ab6092a190162f97eb3a (patch) | |
| tree | 070af7f1faf32071afc81674bde1310aaf08c632 | |
| parent | 21992bcb28050b659fb2a1feaeffa50f796d1de2 (diff) | |
| download | eventmq-0f77842438147dbcc638ab6092a190162f97eb3a.tar.gz eventmq-0f77842438147dbcc638ab6092a190162f97eb3a.zip | |
Version bump to 0.3.4.9
| -rw-r--r-- | eventmq/__init__.py | 2 | ||||
| -rw-r--r-- | setup.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/eventmq/__init__.py b/eventmq/__init__.py index 37a6afb..a02a091 100644 --- a/eventmq/__init__.py +++ b/eventmq/__init__.py | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | __author__ = 'EventMQ Contributors' | 1 | __author__ = 'EventMQ Contributors' |
| 2 | __version__ = '0.3.4.8' | 2 | __version__ = '0.3.4.9' |
| 3 | 3 | ||
| 4 | PROTOCOL_VERSION = 'eMQP/1.0' | 4 | PROTOCOL_VERSION = 'eMQP/1.0' |
| 5 | 5 | ||
| @@ -7,7 +7,7 @@ from setuptools import find_packages, setup | |||
| 7 | 7 | ||
| 8 | setup( | 8 | setup( |
| 9 | name='eventmq', | 9 | name='eventmq', |
| 10 | version='0.3.4.8', | 10 | version='0.3.4.9', |
| 11 | description='EventMQ job execution and messaging system based on ZeroMQ', | 11 | description='EventMQ job execution and messaging system based on ZeroMQ', |
| 12 | packages=find_packages(), | 12 | packages=find_packages(), |
| 13 | install_requires=['pyzmq==15.4.0', | 13 | install_requires=['pyzmq==15.4.0', |