We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea2e248 commit 3237c6fCopy full SHA for 3237c6f
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 7.0.0
+current_version = 7.1.0
3
commit = True
4
tag = True
5
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<stage>[^.]*)\.(?P<devnum>\d+))?
setup.py
@@ -51,7 +51,7 @@
51
setup(
52
name="web3",
53
# *IMPORTANT*: Don't manually change the version here. Use `make bump`, as described in readme
54
- version="7.0.0",
+ version="7.1.0",
55
description="""web3: A Python library for interacting with Ethereum""",
56
long_description=long_description,
57
long_description_content_type="text/markdown",
0 commit comments