diff --git a/prosopopee/prosopopee.py b/prosopopee/prosopopee.py index bbda7ac..6499e61 100644 --- a/prosopopee/prosopopee.py +++ b/prosopopee/prosopopee.py @@ -559,7 +559,7 @@ def build_index(settings, galleries_cover, templates, gallery_path='', sub_index def main(): - arguments = docopt(__doc__, version='0.6') + arguments = docopt(__doc__, version='0.8.1') settings = get_settings() front_page_galleries_cover = [] diff --git a/setup.py b/setup.py index 07db29b..cad81fc 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ except ImportError: setup(name='prosopopee', - version='0.8', + version='0.8.1', 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(),