Skip to content

Commit

Permalink
chore: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
timmeinerzhagen authored Feb 7, 2023
1 parent 172393c commit 4a52108
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='mkdocs-link-marker',
version='0.1.1',
version='0.1.2',
description='MkDocs plugin for marking external or mail links in your documentation.',
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down Expand Up @@ -39,4 +39,4 @@
'link-marker = mkdocs_link_marker_plugin.plugin:LinkMarkerPlugin'
]
}
)
)

0 comments on commit 4a52108

Please sign in to comment.