Skip to content

Commit e2c6fce

Browse files
committed
Bump version: 5.0.0 → 5.0.1
1 parent 9aa76a5 commit e2c6fce

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.0.0
2+
current_version = 5.0.1
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
@@ -57,7 +57,7 @@
5757
setup(
5858
name='web3',
5959
# *IMPORTANT*: Don't manually change the version here. Use the 'bumpversion' utility.
60-
version='5.0.0',
60+
version='5.0.1',
6161
description="""Web3.py""",
6262
long_description_markdown_filename='README.md',
6363
author='Piper Merriam',

0 commit comments

Comments
 (0)