Skip to content

Commit 78f404f

Browse files
committed
Bump version: 7.11.1 → 7.12.0
1 parent 5767dad commit 78f404f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
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.11.1"
130+
current_version = "7.12.0"
131131
parse = """
132132
(?P<major>\\d+)
133133
\\.(?P<minor>\\d+)

setup.py

Lines changed: 1 addition & 1 deletion
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.11.1",
58+
version="7.12.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)