Skip to content

Commit 455e831

Browse files
committed
Bump version: 4.0.0-beta.11 → 4.0.0-beta.12
1 parent d04afe7 commit 455e831

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 = 4.0.0-beta.11
2+
current_version = 4.0.0-beta.12
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
@@ -9,7 +9,7 @@
99
setup(
1010
name='web3',
1111
# *IMPORTANT*: Don't manually change the version here. Use the 'bumpversion' utility.
12-
version='4.0.0-beta.11',
12+
version='4.0.0-beta.12',
1313
description="""Web3.py""",
1414
long_description_markdown_filename='README.md',
1515
author='Piper Merriam',

0 commit comments

Comments
 (0)