Skip to content

Commit 1ec60c4

Browse files
committed
Release v0.7
1 parent cf6b285 commit 1ec60c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docstring_to_markdown/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from .rst import looks_like_rst, rst_to_markdown
22

3-
__version__ = "0.6"
3+
__version__ = "0.7"
44

55

66
class UnknownFormatError(Exception):

0 commit comments

Comments
 (0)