Skip to content

Commit

Permalink
Merge branch 'release/0.3.11'
Browse files Browse the repository at this point in the history
  • Loading branch information
Roshan Syed committed May 28, 2019
2 parents 188f042 + 437f294 commit 260e43d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ scrypt
pyyaml

# for AES, installed through graphenelib already
pycryptodome==3.8.0
pycryptodome==3.8.1

# for the CLI tool
click
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
ascii = codecs.lookup("ascii")
codecs.register(lambda name, enc=ascii: {True: enc}.get(name == "mbcs"))

VERSION = "0.3.10"
VERSION = "0.3.11"

setup(
name="peerplays",
Expand Down

0 comments on commit 260e43d

Please sign in to comment.