Skip to content

Commit 4bb1594

Browse files
committed
chore: Update mkdocs-auto-refresh-build-pages version to 1.0.1
1 parent 7c0ae79 commit 4bb1594

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
from setuptools import setup, find_packages
22

3+
__version__ = "1.0.1"
4+
35

46
def readme():
57
with open("README.md") as f:
@@ -21,7 +23,7 @@ def import_dev_requirements():
2123
# https://pypi.org/project/mkdocs-auto-refresh-build-pages
2224
setup(
2325
name="mkdocs-auto-refresh-build-pages",
24-
version="1.0.0",
26+
version=__version__,
2527
description="MkDocs plugin that automatically refreshes the build pages when the page has been rebuilt.",
2628
long_description=readme(),
2729
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)