Skip to content

Commit

Permalink
release: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
swistakm committed Aug 2, 2017
1 parent 05ff1f6 commit d1abea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ianitor/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
# along with ianitor. If not, see <http://www.gnu.org/licenses/>.

# flake8: noqa
VERSION = (0, 0, 4) # PEP 386
VERSION = (0, 0, 5) # PEP 386
__version__ = ".".join([str(x) for x in VERSION])

0 comments on commit d1abea1

Please sign in to comment.