diff options
| author | jason | 2017-12-15 13:01:27 -0700 |
|---|---|---|
| committer | jason | 2017-12-15 13:01:27 -0700 |
| commit | 3cb1811253e8d2a396e04986d93749b2bd47df8a (patch) | |
| tree | 0bf537b298d5727a9574b63851316ac725ea2ae6 | |
| parent | ceee04e8afd4c8e960a6620dc2b45f3ba97b74a2 (diff) | |
| download | eventmq-3cb1811253e8d2a396e04986d93749b2bd47df8a.tar.gz eventmq-3cb1811253e8d2a396e04986d93749b2bd47df8a.zip | |
Version bump to 0.3.50.3.5
| -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 ef87218..e3f2bd7 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.11' | 2 | __version__ = '0.3.5' |
| 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.11', | 10 | version='0.3.5', |
| 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', |