Skip to content

Commit c155725

Browse files
committed
Bump version: 2.1.8 → 2.1.9
1 parent 55b8225 commit c155725

File tree

5 files changed

+27
-2
lines changed

5 files changed

+27
-2
lines changed

.bumpversion.cfg

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[bumpversion]
2+
current_version = 2.1.9
3+
commit = True
4+
tag = True
5+
6+
[bumpversion:file:rstms_etherscan_python/version.py]
7+
search = __version__ = "{current_version}"
8+
replace = __version__ = "{new_version}"
9+
10+
[bumpversion:file:VERSION]
11+
search = {current_version}
12+
replace = {new_version}

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.1.8
1+
2.1.9

requirements-dev.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
black
2+
bump2version
3+
coverage
4+
flake8
5+
flake8-length
6+
flit
7+
isort
8+
pdbpp
9+
pyrate-limiter
10+
pytest
11+
pytest-datadir
12+
tox

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
requests

rstms_etherscan_python/version.py

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

0 commit comments

Comments
 (0)