Skip to content

Commit 4cee084

Browse files
committed
Bump version: 5.22.0 → 5.23.0
1 parent 8757ec6 commit 4cee084

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 = 5.22.0
2+
current_version = 5.23.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
@@ -63,7 +63,7 @@
6363
setup(
6464
name='web3',
6565
# *IMPORTANT*: Don't manually change the version here. Use the 'bumpversion' utility.
66-
version='5.22.0',
66+
version='5.23.0',
6767
description="""Web3.py""",
6868
long_description_content_type='text/markdown',
6969
long_description=long_description,

0 commit comments

Comments
 (0)