We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9681a3a commit 8c8c6cdCopy full SHA for 8c8c6cd
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 4.4.0
+current_version = 4.4.1
3
commit = True
4
tag = True
5
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<stage>[^.]*)\.(?P<devnum>\d+))?
setup.py
@@ -9,7 +9,7 @@
9
setup(
10
name='web3',
11
# *IMPORTANT*: Don't manually change the version here. Use the 'bumpversion' utility.
12
- version='4.4.0',
+ version='4.4.1',
13
description="""Web3.py""",
14
long_description_markdown_filename='README.md',
15
author='Piper Merriam',
0 commit comments