aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjason2020-03-23 13:06:45 -0600
committerjason2020-03-23 13:06:45 -0600
commit68f453085c305d1d7bc13609f41ab074c60d6e81 (patch)
treef46807cd5d351bc06d9f3558cf979405499cd8e4
parenta02c010d174d0a9bf858894f7590f2a927e109f1 (diff)
downloadeventmq-68f453085c305d1d7bc13609f41ab074c60d6e81.tar.gz
eventmq-68f453085c305d1d7bc13609f41ab074c60d6e81.zip
version bump0.3.13-rc1
-rw-r--r--eventmq/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/eventmq/__init__.py b/eventmq/__init__.py
index d9b9226..a63d96a 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.12' 2__version__ = '0.3.13-rc1'
3 3
4PROTOCOL_VERSION = 'eMQP/1.0' 4PROTOCOL_VERSION = 'eMQP/1.0'
5 5