Skip to content

Commit 3237c6f

Browse files
committed
Bump version: 7.0.0 → 7.1.0
1 parent ea2e248 commit 3237c6f

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
2+
current_version = 7.1.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
@@ -51,7 +51,7 @@
5151
setup(
5252
name="web3",
5353
# *IMPORTANT*: Don't manually change the version here. Use `make bump`, as described in readme
54-
version="7.0.0",
54+
version="7.1.0",
5555
description="""web3: A Python library for interacting with Ethereum""",
5656
long_description=long_description,
5757
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)