We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e4fe86 commit ae6ee0aCopy full SHA for ae6ee0a
setup.py
@@ -5,7 +5,7 @@
5
6
setup(
7
name='mkdocs-git-authors-plugin',
8
- version='0.1',
+ version='0.1.1',
9
description='Mkdocs plugin to display git authors of a page',
10
long_description=long_description,
11
long_description_content_type="text/markdown",
@@ -30,4 +30,4 @@
30
'git-authors = mkdocs_git_authors_plugin.plugin:GitAuthorsPlugin'
31
]
32
}
33
-)
+)
0 commit comments