Skip to content

Commit 8c8c6cd

Browse files
committed
Bump version: 4.4.0 → 4.4.1
1 parent 9681a3a commit 8c8c6cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 4.4.0
2+
current_version = 4.4.1
33
commit = True
44
tag = True
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<stage>[^.]*)\.(?P<devnum>\d+))?

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
setup(
1010
name='web3',
1111
# *IMPORTANT*: Don't manually change the version here. Use the 'bumpversion' utility.
12-
version='4.4.0',
12+
version='4.4.1',
1313
description="""Web3.py""",
1414
long_description_markdown_filename='README.md',
1515
author='Piper Merriam',

0 commit comments

Comments
 (0)