diff options
| author | David Hurst | 2017-04-17 16:12:20 -0600 |
|---|---|---|
| committer | David Hurst | 2017-04-17 16:12:20 -0600 |
| commit | 53a9f2e0846991a90fc3910d9aa552296baec207 (patch) | |
| tree | b8d9f33cb5ab82d393ed67572a6742974d1d7787 /setup.py | |
| parent | fbeb9bf5e0593a2367ad48325c6269f4e7e6a9d4 (diff) | |
| download | eventmq-53a9f2e0846991a90fc3910d9aa552296baec207.tar.gz eventmq-53a9f2e0846991a90fc3910d9aa552296baec207.zip | |
Fix slots leaking issue
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -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.3', | 10 | version='0.3.4.4', |
| 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', |