We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbc5494 commit 08286b6Copy full SHA for 08286b6
docstring_to_markdown/__init__.py
@@ -3,7 +3,7 @@
3
from .plain import looks_like_plain_text, plain_text_to_markdown
4
from .rst import looks_like_rst, rst_to_markdown
5
6
-__version__ = "0.13"
+__version__ = "0.14"
7
8
9
class UnknownFormatError(Exception):
0 commit comments