From d3e1d979cbe53297073d050a9328914a611fb055 Mon Sep 17 00:00:00 2001 From: Adrien Beudin Date: Wed, 4 Oct 2017 00:53:20 +0200 Subject: [PATCH] [doc] update version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 001aefd..a0e1141 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ except ImportError: setup(name='prosopopee', - version='0.6', + version='0.7', description='A static website generator that allows you to tell a story with your pictures', author='Laurent Peuch', long_description=read_md('README.md') + "\n\n\n" + open('docs/changelog.rst').read(),