From d1abea132067fc28eed39c87bd3a0c19bbc40477 Mon Sep 17 00:00:00 2001 From: mjaworski Date: Wed, 2 Aug 2017 12:47:52 +0200 Subject: [PATCH] release: bump version --- src/ianitor/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ianitor/__init__.py b/src/ianitor/__init__.py index be953cf..70be3ac 100644 --- a/src/ianitor/__init__.py +++ b/src/ianitor/__init__.py @@ -18,5 +18,5 @@ # along with ianitor. If not, see . # flake8: noqa -VERSION = (0, 0, 4) # PEP 386 +VERSION = (0, 0, 5) # PEP 386 __version__ = ".".join([str(x) for x in VERSION])