Skip to content

Commit

Permalink
Bump markdown-it-py version
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell committed Mar 29, 2020
1 parent c97d2d7 commit 81d0bfb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion myst_parser/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.8.0a2"
__version__ = "0.8.0a3"


def setup(app):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
],
keywords="markdown lexer parser development docutils sphinx",
python_requires=">=3.6",
install_requires=["markdown-it-py~=0.4.2"],
install_requires=["markdown-it-py~=0.4.3"],
extras_require={
"sphinx": ["pyyaml", "docutils>=0.15", "sphinx>=2,<3"],
"code_style": ["flake8<3.8.0,>=3.7.0", "black", "pre-commit==1.17.0"],
Expand Down

0 comments on commit 81d0bfb

Please sign in to comment.