Skip to content

Commit d8df9ae

Browse files
committed
bump to v0.7.1
1 parent 2380bb1 commit d8df9ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name="mkdocs-git-authors-plugin",
8-
version="0.7.0",
8+
version="0.7.1",
99
description="Mkdocs plugin to display git authors of a page",
1010
long_description=long_description,
1111
long_description_content_type="text/markdown",
@@ -14,7 +14,7 @@
1414
author="Tim Vink",
1515
author_email="[email protected]",
1616
license="MIT",
17-
python_requires=">=3.6",
17+
python_requires=">=3.7",
1818
classifiers=[
1919
"Operating System :: OS Independent",
2020
'Programming Language :: Python',

0 commit comments

Comments
 (0)