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 9a299b7 commit 6467837Copy full SHA for 6467837
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 5.0.0-alpha.6
+current_version = 5.0.0-alpha.7
3
commit = True
4
tag = True
5
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<stage>[^.]*)\.(?P<devnum>\d+))?
setup.py
@@ -60,7 +60,7 @@
60
setup(
61
name='web3',
62
# *IMPORTANT*: Don't manually change the version here. Use the 'bumpversion' utility.
63
- version='5.0.0-alpha.6',
+ version='5.0.0-alpha.7',
64
description="""Web3.py""",
65
long_description_markdown_filename='README.md',
66
author='Piper Merriam',
0 commit comments