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