We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 194c01c commit a127f75Copy full SHA for a127f75
docstring_to_markdown/__init__.py
@@ -1,6 +1,6 @@
1
from .rst import looks_like_rst, rst_to_markdown
2
3
-__version__ = "0.8"
+__version__ = "0.9"
4
5
6
class UnknownFormatError(Exception):
0 commit comments