Skip to content

Commit

Permalink
Version updated from 0.4.2 to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbilow committed Jun 25, 2019
1 parent cab554a commit 7159f62
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion issho/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

__author__ = """Michael Bilow"""
__email__ = "michael.k.bilow@gmail.com"
__version__ = "0.4.2"
__version__ = "0.5.0"
__docformat__ = "restructuredtext"


Expand Down
4 changes: 2 additions & 2 deletions punch_version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
major = 0
minor = 4
patch = 2
minor = 5
patch = 0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@
test_suite="tests",
tests_require=test_requirements,
url="https://github.com/michaelbilow/issho",
version="0.4.2",
version="0.5.0",
zip_safe=False,
)

0 comments on commit 7159f62

Please sign in to comment.