Skip to content

Commit

Permalink
add module version tuple
Browse files Browse the repository at this point in the history
  • Loading branch information
vsergeev committed Jan 17, 2014
1 parent 7f2c19e commit 22cf401
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion test_umsgpack.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,10 +227,10 @@
"unpackb",
"dumps",
"loads",
"version",
"compatibility",
]


################################################################################

class TestUmsgpack(unittest.TestCase):
Expand Down
3 changes: 3 additions & 0 deletions umsgpack.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@
License: MIT
"""

version = (1,5)
"Module version tuple"

import struct
import collections
import sys
Expand Down

0 comments on commit 22cf401

Please sign in to comment.