Skip to content

Commit 40cca90

Browse files
committed
Bump version: 0.5.6 → 0.5.7
1 parent 8c75b56 commit 40cca90

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.5.6
2+
current_version = 0.5.7
33
commit = True
44
tag = True
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<stage>[^.]*)\.(?P<devnum>\d+))?

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
setup(
4848
name='eth-account',
4949
# *IMPORTANT*: Don't manually change the version here. Use `make bump`, as described in readme
50-
version='0.5.6',
50+
version='0.5.7',
5151
description="""eth-account: Sign Ethereum transactions and messages with local private keys""",
5252
long_description=long_description,
5353
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)