Skip to content

Commit ea693e0

Browse files
committed
Prepare release v0.13
1 parent a254a49 commit ea693e0

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,7 +1,7 @@
11
from .google import google_to_markdown, looks_like_google
22
from .rst import looks_like_rst, rst_to_markdown
33

4-
__version__ = "0.12"
4+
__version__ = "0.13"
55

66

77
class UnknownFormatError(Exception):

0 commit comments

Comments
 (0)