Skip to content

Commit e72b6e5

Browse files
committed
version bump
1 parent e3a7cb1 commit e72b6e5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
graphenelib>=1.1.11
1+
graphenelib>=1.1.16
22
websockets==7.0
33
Events==0.3

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
ascii = codecs.lookup("ascii")
1414
codecs.register(lambda name, enc=ascii: {True: enc}.get(name == "mbcs"))
1515

16-
VERSION = "0.3.0"
16+
VERSION = "0.3.1"
1717
URL = "https://github.com/bitshares/python-bitshares"
1818

1919
setup(

0 commit comments

Comments
 (0)