From 3586395a18cff952d4e96441c84408c11ae5efe0 Mon Sep 17 00:00:00 2001 From: Chris Sewell Date: Sun, 25 Apr 2021 05:41:09 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20RELEASE:=20v0.14.0a1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- myst_parser/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/myst_parser/__init__.py b/myst_parser/__init__.py index 116d42d2..9100b7f6 100644 --- a/myst_parser/__init__.py +++ b/myst_parser/__init__.py @@ -1,6 +1,6 @@ from typing import TYPE_CHECKING -__version__ = "0.13.7" +__version__ = "0.14.0a1" if TYPE_CHECKING: