From 285244ccc52fb1d80cdf04292686d091dd0e785c Mon Sep 17 00:00:00 2001 From: Guy Rodrigue Koffi Date: Thu, 22 Sep 2016 10:35:12 +0200 Subject: [PATCH] pypi: update version --- amicleaner/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/amicleaner/__init__.py b/amicleaner/__init__.py index 443ab15..e3cf610 100644 --- a/amicleaner/__init__.py +++ b/amicleaner/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- __title__ = 'amicleaner' -__version__ = '0.1.1' +__version__ = '0.1.2' __short_version__ = '.'.join(__version__.split('.')[:2]) __author__ = 'Guy Rodrigue Koffi' __author_email__ = 'koffirodrigue@gmail.com'