Skip to content

Commit ae6ee0a

Browse files
committed
bump version
1 parent 1e4fe86 commit ae6ee0a

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.1',
8+
version='0.1.1',
99
description='Mkdocs plugin to display git authors of a page',
1010
long_description=long_description,
1111
long_description_content_type="text/markdown",
@@ -30,4 +30,4 @@
3030
'git-authors = mkdocs_git_authors_plugin.plugin:GitAuthorsPlugin'
3131
]
3232
}
33-
)
33+
)

0 commit comments

Comments
 (0)