Skip to content

Commit de95191

Browse files
committed
Bump version: 6.0.0-beta.7 → 6.0.0-beta.8
1 parent 5c5be5c commit de95191

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.0.0-beta.7
2+
current_version = 6.0.0-beta.8
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
@@ -66,7 +66,7 @@
6666
setup(
6767
name="web3",
6868
# *IMPORTANT*: Don't manually change the version here. Use the 'bumpversion' utility.
69-
version="6.0.0-beta.7",
69+
version="6.0.0-beta.8",
7070
description="""Web3.py""",
7171
long_description_content_type="text/markdown",
7272
long_description=long_description,

0 commit comments

Comments
 (0)