Skip to content

Commit 98f9a32

Browse files
committed
Bump version: 4.6.0 → 4.7.0
1 parent e310b18 commit 98f9a32

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.bumpversion.cfg

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
setup(
6060
name='web3',
6161
# *IMPORTANT*: Don't manually change the version here. Use the 'bumpversion' utility.
62-
version='4.6.0',
62+
version='4.7.0',
6363
description="""Web3.py""",
6464
long_description_markdown_filename='README.md',
6565
author='Piper Merriam',

0 commit comments

Comments
 (0)