chore: bump version to v1.0.0
This commit is contained in:
parent
2fedc35035
commit
b6266d5910
2
setup.py
2
setup.py
|
|
@ -3,7 +3,7 @@ import setuptools
|
|||
|
||||
setuptools.setup(
|
||||
name='mkdocs-monorepo-plugin',
|
||||
version='0.5.3',
|
||||
version='1.0.0',
|
||||
description='Plugin for adding monorepository support in Mkdocs.',
|
||||
long_description="""
|
||||
This introduces support for the !include syntax in mkdocs.yml, allowing you to import additional Mkdocs navigation.
|
||||
|
|
|
|||
Loading…
Reference in New Issue