We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f5235c commit 7c556c0Copy full SHA for 7c556c0
stompy/distmeta.py
@@ -1,6 +1,6 @@
1
"""Implementation of the STOMP protocol in Python.
2
"""
3
-VERSION = (0, 2, 9)
+VERSION = (0, 2, 10)
4
__version__ = ".".join(map(str, VERSION))
5
__author__ = "Benjamin W. Smith"
6
__contact__ = "[email protected]"
0 commit comments