Skip to content

Commit 89d8f18

Browse files
committed
Bump version: 2.1.0 → 2.1.1
1 parent a47ea44 commit 89d8f18

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.bumpversion.cfg

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
[bumpversion]
2-
current_version = 2.1.0
2+
current_version = 2.1.1
33
commit = True
44
tag = True
5+
56
[bumpversion:file:etherscan/version.py]
67
search = __version__ = "{current_version}"
78
replace = __version__ = "{new_version}"
9+
810
[bumpversion:file:VERSION]
911
search = {current_version}
1012
replace = {new_version}
11-

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.1.0
1+
2.1.1

etherscan/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.1.0"
1+
__version__ = "2.1.1"

0 commit comments

Comments
 (0)