We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 424bebc commit d8f88e7Copy full SHA for d8f88e7
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.5.7
+current_version = 0.5.8
3
commit = True
4
tag = True
5
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<stage>[^.]*)\.(?P<devnum>\d+))?
setup.py
@@ -47,7 +47,7 @@
47
setup(
48
name='eth-account',
49
# *IMPORTANT*: Don't manually change the version here. Use `make bump`, as described in readme
50
- version='0.5.7',
+ version='0.5.8',
51
description="""eth-account: Sign Ethereum transactions and messages with local private keys""",
52
long_description=long_description,
53
long_description_content_type='text/markdown',
0 commit comments