From 0f3d1e172d7e5df39b5b487fe37d64941f108d1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Jaworski?= Date: Fri, 13 Mar 2015 13:39:50 +0100 Subject: [PATCH] bump version to 0.0.2 --- 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 5e18e73..a7a81dd 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, 1) # PEP 386 +VERSION = (0, 0, 2) # PEP 386 __version__ = ".".join([str(x) for x in VERSION])