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