Skip to content

Commit

Permalink
Bumped package version to 3.9.10ShufBeta; prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
cculianu committed Mar 14, 2019
1 parent d294442 commit 364fbf7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PACKAGE_VERSION = '3.9.9ShufBeta' # version of the client package
PACKAGE_VERSION = '3.9.10ShufBeta' # version of the client package
PROTOCOL_VERSION = '1.4' # protocol version requested

# The hash of the mnemonic seed must begin with this
Expand Down Expand Up @@ -67,4 +67,3 @@ def raise_(e=None):
# .. and.. finally: Normalize it! (lopping off zeros at the end)
toks[:-1] = normalize_version('.'.join(str(t) for t in toks[:-1]))
return tuple(toks)

0 comments on commit 364fbf7

Please sign in to comment.