diff --git a/setup.py b/setup.py index b1787d9..756a2ce 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ except ImportError: setup(name='prosopopee', - version='0.1', + version='0.2', description='exposure.co clone in a static web generating tool', author='Laurent Peuch', long_description=read_md('README.md') + "\n\n\n" + read_md('CHANGELOG'),