diff --git a/amicleaner/__init__.py b/amicleaner/__init__.py index 1ce92da..d7b2007 100644 --- a/amicleaner/__init__.py +++ b/amicleaner/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- __title__ = 'amicleaner' -__version__ = '0.2.0' +__version__ = '0.2.2' __short_version__ = '.'.join(__version__.split('.')[:2]) __author__ = 'Guy Rodrigue Koffi' __author_email__ = 'koffirodrigue@gmail.com'