We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a254a49 commit ea693e0Copy full SHA for ea693e0
docstring_to_markdown/__init__.py
@@ -1,7 +1,7 @@
1
from .google import google_to_markdown, looks_like_google
2
from .rst import looks_like_rst, rst_to_markdown
3
4
-__version__ = "0.12"
+__version__ = "0.13"
5
6
7
class UnknownFormatError(Exception):
0 commit comments