Skip to content

Commit 1c613da

Browse files
author
Stuart Reed
committed
Bump version: 6.17.1 → 6.17.2
1 parent 9f80765 commit 1c613da

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 = 6.17.1
2+
current_version = 6.17.2
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 the 'bumpversion' utility.
54-
version="6.17.1",
54+
version="6.17.2",
5555
description="""web3.py""",
5656
long_description_content_type="text/markdown",
5757
long_description=long_description,

0 commit comments

Comments
 (0)