Skip to content

Commit d358afc

Browse files
authored
Merge pull request #42 from bonclay7/pip_packaging
pypi 0.1.2
2 parents 825bdf8 + 285244c commit d358afc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

amicleaner/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- coding: utf-8 -*-
22

33
__title__ = 'amicleaner'
4-
__version__ = '0.1.1'
4+
__version__ = '0.1.2'
55
__short_version__ = '.'.join(__version__.split('.')[:2])
66
__author__ = 'Guy Rodrigue Koffi'
77
__author_email__ = '[email protected]'

0 commit comments

Comments
 (0)