aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortpavelchak2019-10-18 16:35:04 +0300
committerjason2019-10-25 10:35:58 -0600
commitd4c119bbd264559def2460a6f11e41bc97111c39 (patch)
tree0f505b41d18c6d216860821d35cbdf1f92a6f6bd
parent6a827f5a77ffb3b4a7f1bd245211110d54f29d9d (diff)
downloadeventmq-d4c119bbd264559def2460a6f11e41bc97111c39.tar.gz
eventmq-d4c119bbd264559def2460a6f11e41bc97111c39.zip
Version bump 0.3.11
-rw-r--r--eventmq/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/eventmq/__init__.py b/eventmq/__init__.py
index 1515f24..77bbe4a 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.10' 2__version__ = '0.3.11'
3 3
4PROTOCOL_VERSION = 'eMQP/1.0' 4PROTOCOL_VERSION = 'eMQP/1.0'
5 5