Skip to content

Commit 6279d99

Browse files
committed
Bump version: 7.9.0 → 7.10.0
1 parent 773e6fc commit 6279d99

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ name = "Removals"
127127
showcontent = true
128128

129129
[tool.bumpversion]
130-
current_version = "7.9.0"
130+
current_version = "7.10.0"
131131
parse = """
132132
(?P<major>\\d+)
133133
\\.(?P<minor>\\d+)

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
setup(
5656
name="web3",
5757
# *IMPORTANT*: Don't manually change the version here. See Contributing docs for the release process.
58-
version="7.9.0",
58+
version="7.10.0",
5959
description="""web3: A Python library for interacting with Ethereum""",
6060
long_description=long_description,
6161
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)