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 daab3f4 commit c16b843Copy full SHA for c16b843
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 7.3.1
+current_version = 7.4.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
@@ -55,7 +55,7 @@
55
setup(
56
name="web3",
57
# *IMPORTANT*: Don't manually change the version here. Use `make bump`, as described in readme
58
- version="7.3.1",
+ version="7.4.0",
59
description="""web3: A Python library for interacting with Ethereum""",
60
long_description=long_description,
61
long_description_content_type="text/markdown",
0 commit comments