diff --git a/plugins/techdocs/mkdocs/container/techdocs-core/setup.py b/plugins/techdocs/mkdocs/container/techdocs-core/setup.py index 2f14918300..e6ecb79411 100644 --- a/plugins/techdocs/mkdocs/container/techdocs-core/setup.py +++ b/plugins/techdocs/mkdocs/container/techdocs-core/setup.py @@ -3,7 +3,7 @@ from setuptools import setup, find_packages setup( name='mkdocs-techdocs-core', - version='0.1.0', + version='0.0.1', description='A Mkdocs package that contains TechDocs defaults', long_description='', keywords='mkdocs',