From 1209c61f698bc06406988ed6e563ece6d2abfb16 Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Tue, 23 Feb 2016 07:02:10 +0100 Subject: [PATCH] [enh] release 0.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'),