From 7e18e6914df233c85dc5f9e1df5df753ff6f49ee Mon Sep 17 00:00:00 2001 From: Kyle King Date: Wed, 13 Nov 2024 19:31:18 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20RELEASE:=20v0.2.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mdformat_myst/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mdformat_myst/__init__.py b/mdformat_myst/__init__.py index f89bb85..ead940d 100644 --- a/mdformat_myst/__init__.py +++ b/mdformat_myst/__init__.py @@ -1,3 +1,3 @@ """Mdformat plugin for MyST compatibility.""" -__version__ = "0.2.0" +__version__ = "0.2.1"