Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbilow committed Jun 22, 2019
1 parent 1cdffa0 commit cab554a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 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.1"
__version__ = "0.4.2"
__docformat__ = "restructuredtext"


Expand Down
2 changes: 1 addition & 1 deletion punch_version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
major = 0
minor = 4
patch = 1
patch = 2
7 changes: 3 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-

"""The setup script."""

from setuptools import setup, find_packages
from setuptools import find_packages
from setuptools import setup

with open("README.rst") as readme_file:
readme = readme_file.read()
Expand Down Expand Up @@ -54,6 +53,6 @@
test_suite="tests",
tests_require=test_requirements,
url="https://github.com/michaelbilow/issho",
version="0.4.1",
version="0.4.2",
zip_safe=False,
)

0 comments on commit cab554a

Please sign in to comment.