diff --git a/setup.py b/setup.py index e550a17..585c5ef 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ long_description = open('../../README.md').read() setup(name='pyWikiCMS', - version='0.0.18', + version='0.0.19', description='python implementation of a Mediawiki based Content Management System', long_description=long_description, long_description_content_type='text/markdown',