Skip to content

Commit c16b843

Browse files
committed
Bump version: 7.3.1 → 7.4.0
1 parent daab3f4 commit c16b843

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.3.1
2+
current_version = 7.4.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
@@ -55,7 +55,7 @@
5555
setup(
5656
name="web3",
5757
# *IMPORTANT*: Don't manually change the version here. Use `make bump`, as described in readme
58-
version="7.3.1",
58+
version="7.4.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)