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 54d2097 commit e2cd3a4Copy full SHA for e2cd3a4
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 5.20.1
+current_version = 5.21.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
@@ -62,7 +62,7 @@
62
setup(
63
name='web3',
64
# *IMPORTANT*: Don't manually change the version here. Use the 'bumpversion' utility.
65
- version='5.20.1',
+ version='5.21.0',
66
description="""Web3.py""",
67
long_description_content_type='text/markdown',
68
long_description=long_description,
0 commit comments