We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 773e6fc commit 6279d99Copy full SHA for 6279d99
pyproject.toml
@@ -127,7 +127,7 @@ name = "Removals"
127
showcontent = true
128
129
[tool.bumpversion]
130
-current_version = "7.9.0"
+current_version = "7.10.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.9.0",
+ version="7.10.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