Skip to content

Commit 3f2a93b

Browse files
committed
Bump version: 7.0.0-beta.9 → 7.0.0
1 parent 8f2ff10 commit 3f2a93b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 7.0.0-beta.9
2+
current_version = 7.0.0
33
commit = True
44
tag = True
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<stage>[^.]*)\.(?P<devnum>\d+))?

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
setup(
5353
name="web3",
5454
# *IMPORTANT*: Don't manually change the version here. Use `make bump`, as described in readme
55-
version="7.0.0-beta.9",
55+
version="7.0.0",
5656
description="""web3: A Python library for interacting with Ethereum""",
5757
long_description=long_description,
5858
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)