Skip to content

Commit 7eef408

Browse files
committed
Bump version: 2.1.1 → 3.0.0
1 parent f519d7d commit 7eef408

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 = 2.1.1
2+
current_version = 3.0.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

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
setup(
3838
name="trie",
3939
# *IMPORTANT*: Don't manually change the version here. Use the 'bumpversion' utility.
40-
version="2.1.1",
40+
version="3.0.0",
4141
description="""Python implementation of the Ethereum Trie structure""",
4242
long_description=long_description,
4343
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)