update version

This commit is contained in:
Adrien Beudin 2018-03-27 10:58:33 +02:00
parent 3aa14884e3
commit 6edca43774
2 changed files with 2 additions and 2 deletions

View File

@ -559,7 +559,7 @@ def build_index(settings, galleries_cover, templates, gallery_path='', sub_index
def main(): def main():
arguments = docopt(__doc__, version='0.6') arguments = docopt(__doc__, version='0.8.1')
settings = get_settings() settings = get_settings()
front_page_galleries_cover = [] front_page_galleries_cover = []

View File

@ -12,7 +12,7 @@ except ImportError:
setup(name='prosopopee', 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', description='A static website generator that allows you to tell a story with your pictures',
author='Laurent Peuch', author='Laurent Peuch',
long_description=read_md('README.md') + "\n\n\n" + open('docs/changelog.rst').read(), long_description=read_md('README.md') + "\n\n\n" + open('docs/changelog.rst').read(),