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 5767dad commit 78f404fCopy full SHA for 78f404f
pyproject.toml
@@ -127,7 +127,7 @@ name = "Removals"
127
showcontent = true
128
129
[tool.bumpversion]
130
-current_version = "7.11.1"
+current_version = "7.12.0"
131
parse = """
132
(?P<major>\\d+)
133
\\.(?P<minor>\\d+)
setup.py
@@ -55,7 +55,7 @@
55
setup(
56
name="web3",
57
# *IMPORTANT*: Don't manually change the version here. See Contributing docs for the release process.
58
- version="7.11.1",
+ version="7.12.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