Skip to content

Commit 81d0bfb

Browse files
committed
Bump markdown-it-py version
1 parent c97d2d7 commit 81d0bfb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

myst_parser/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.8.0a2"
1+
__version__ = "0.8.0a3"
22

33

44
def setup(app):

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
],
3737
keywords="markdown lexer parser development docutils sphinx",
3838
python_requires=">=3.6",
39-
install_requires=["markdown-it-py~=0.4.2"],
39+
install_requires=["markdown-it-py~=0.4.3"],
4040
extras_require={
4141
"sphinx": ["pyyaml", "docutils>=0.15", "sphinx>=2,<3"],
4242
"code_style": ["flake8<3.8.0,>=3.7.0", "black", "pre-commit==1.17.0"],

0 commit comments

Comments
 (0)