Skip to content

Commit fd70079

Browse files
committed
Bump version: 0.7.2 → 0.7.3
1 parent 599d9b8 commit fd70079

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

mythx_cli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
__author__ = """Dominik Muhs"""
66
__email__ = "dominik.muhs@consensys.net"
7-
__version__ = "0.7.2"
7+
__version__ = "0.7.3"

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.7.2
2+
current_version = 0.7.3
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,6 @@
5555
test_suite="tests",
5656
tests_require=test_requirements,
5757
url="https://github.com/dmuhs/mythx-cli",
58-
version="0.7.2",
58+
version="0.7.3",
5959
zip_safe=False,
6060
)

0 commit comments

Comments
 (0)