Skip to content

Commit e72e593

Browse files
committed
Version updated from 0.5.0 to 0.5.1
1 parent 7a57b90 commit e72e593

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

issho/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
__author__ = """Michael Bilow"""
55
__email__ = "[email protected]"
6-
__version__ = "0.5.0"
6+
__version__ = "0.5.1"
77
__docformat__ = "restructuredtext"
88

99

punch_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
major = 0
22
minor = 5
3-
patch = 0
3+
patch = 1

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"prompt_toolkit>=1.0.10",
1818
"toml>=0.10.0",
1919
"fire>=0.1.3",
20-
"humanize>=0.5.0",
20+
"humanize>=0.5.1",
2121
]
2222

2323
setup_requirements = []
@@ -53,6 +53,6 @@
5353
test_suite="tests",
5454
tests_require=test_requirements,
5555
url="https://github.com/michaelbilow/issho",
56-
version="0.5.0",
56+
version="0.5.1",
5757
zip_safe=False,
5858
)

0 commit comments

Comments
 (0)