Skip to content

Commit 5e3f44b

Browse files
authored
🚀 RELEASE: 0.1.3 (#25)
1 parent 729a810 commit 5e3f44b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mdformat_footnote/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""An mdformat plugin for parsing/validating footnotes"""
22

3-
__version__ = "0.1.2"
3+
__version__ = "0.1.3"
44
__plugin_name__ = "footnote"
55

66
from .plugin import RENDERERS, add_cli_argument_group, update_mdit # noqa: F401

0 commit comments

Comments
 (0)