Skip to content

Commit

Permalink
TE-36287: Python & Django upgrade - Upgrade packages to make eventmq-…
Browse files Browse the repository at this point in the history
…worker container working on Eventboard (#2)

* TE-36287: Django upgrade - Upgrade packages to make eventmq-worker container working on Eventboard (#1)

* TE-36287: Version updation
  • Loading branch information
nevil-spaceiq committed Apr 11, 2024
1 parent 2ada4a6 commit 0b6f565
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion eventmq/__init__.py
@@ -1,5 +1,5 @@
__author__ = 'EventMQ Contributors'
__version__ = '0.3.13'
__version__ = '1.0.0'

PROTOCOL_VERSION = 'eMQP/1.0'

Expand Down
6 changes: 3 additions & 3 deletions setup.py
Expand Up @@ -18,9 +18,9 @@
'pyzmq==18.1.0',
'six>=1.14,<2',
'monotonic==0.4',
'croniter==0.3.10',
'future==0.15.2',
'psutil==5.6.6',
'croniter==1.0.5',
'future==0.18.3',
'psutil==5.6.7',
],
extras_require={
'docs': ['Sphinx==1.5.2', ],
Expand Down

0 comments on commit 0b6f565

Please sign in to comment.