Skip to content

Commit 7c556c0

Browse files
committed
update version no to v0.2.10
1 parent 6f5235c commit 7c556c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stompy/distmeta.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Implementation of the STOMP protocol in Python.
22
"""
3-
VERSION = (0, 2, 9)
3+
VERSION = (0, 2, 10)
44
__version__ = ".".join(map(str, VERSION))
55
__author__ = "Benjamin W. Smith"
66
__contact__ = "[email protected]"

0 commit comments

Comments
 (0)