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 8f2ff10 commit 3f2a93bCopy full SHA for 3f2a93b
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 7.0.0-beta.9
+current_version = 7.0.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
@@ -52,7 +52,7 @@
52
setup(
53
name="web3",
54
# *IMPORTANT*: Don't manually change the version here. Use `make bump`, as described in readme
55
- version="7.0.0-beta.9",
+ version="7.0.0",
56
description="""web3: A Python library for interacting with Ethereum""",
57
long_description=long_description,
58
long_description_content_type="text/markdown",
0 commit comments