From e52a8209acd33936f0f987e7ae132472a516e841 Mon Sep 17 00:00:00 2001 From: Rodrigue Date: Sat, 3 Feb 2018 12:45:44 +0100 Subject: [PATCH] Bump to 0.1.3 --- amicleaner/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/amicleaner/__init__.py b/amicleaner/__init__.py index e3cf610..7669916 100644 --- a/amicleaner/__init__.py +++ b/amicleaner/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- __title__ = 'amicleaner' -__version__ = '0.1.2' +__version__ = '0.1.3' __short_version__ = '.'.join(__version__.split('.')[:2]) __author__ = 'Guy Rodrigue Koffi' __author_email__ = 'koffirodrigue@gmail.com'