diff options
| -rw-r--r-- | eventmq/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eventmq/__init__.py b/eventmq/__init__.py index 0f681ae..ab30d8b 100644 --- a/eventmq/__init__.py +++ b/eventmq/__init__.py | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | __author__ = 'EventMQ Contributors' | 1 | __author__ = 'EventMQ Contributors' |
| 2 | __version__ = '0.0' | 2 | __version__ = '0.1' |
| 3 | 3 | ||
| 4 | PROTOCOL_VERSION = 'eMQP/1.0' | 4 | PROTOCOL_VERSION = 'eMQP/1.0' |
| 5 | 5 | ||