Skip to content

Commit 4f8cc61

Browse files
authored
🚀 RELEASE: v0.4.0 (#74)
1 parent c0c85f0 commit 4f8cc61

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

‎rst_to_myst/__init__.py‎

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
"""Convert RST to MyST-Markdown."""
2-
from .mdformat_render import rst_to_myst # noqa: F401
3-
from .namespace import compile_namespace # noqa: F401
4-
from .parser import to_docutils_ast # noqa: F401
2+
from .mdformat_render import rst_to_myst
3+
from .namespace import compile_namespace
4+
from .parser import to_docutils_ast
55

6-
__version__ = "0.3.4"
6+
__all__ = ("rst_to_myst", "to_docutils_ast", "compile_namespace")
7+
8+
__version__ = "0.4.0"

0 commit comments

Comments
 (0)