Skip to content

Commit 08286b6

Browse files
committed
Bump version to v0.14
1 parent dbc5494 commit 08286b6

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
@@ -3,7 +3,7 @@
33
from .plain import looks_like_plain_text, plain_text_to_markdown
44
from .rst import looks_like_rst, rst_to_markdown
55

6-
__version__ = "0.13"
6+
__version__ = "0.14"
77

88

99
class UnknownFormatError(Exception):

0 commit comments

Comments
 (0)