Skip to content

Commit

Permalink
Merge pull request #42 from bonclay7/pip_packaging
Browse files Browse the repository at this point in the history
pypi 0.1.2
  • Loading branch information
bonclay7 authored Sep 22, 2016
2 parents 825bdf8 + 285244c commit d358afc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion amicleaner/__init__.py
Original file line number Diff line number Diff line change
@@ -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'
Expand Down

0 comments on commit d358afc

Please sign in to comment.