We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c5be5c commit de95191Copy full SHA for de95191
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 6.0.0-beta.7
+current_version = 6.0.0-beta.8
3
commit = True
4
tag = True
5
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<stage>[^.]*)\.(?P<devnum>\d+))?
setup.py
@@ -66,7 +66,7 @@
66
setup(
67
name="web3",
68
# *IMPORTANT*: Don't manually change the version here. Use the 'bumpversion' utility.
69
- version="6.0.0-beta.7",
+ version="6.0.0-beta.8",
70
description="""Web3.py""",
71
long_description_content_type="text/markdown",
72
long_description=long_description,
0 commit comments