From c2b76d8c8d9c12c6f36196ead8b9e25aa5dc1e76 Mon Sep 17 00:00:00 2001 From: Angus Hollands Date: Tue, 24 Sep 2024 14:15:50 +0100 Subject: [PATCH] chore: bump version --- myst_nb/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/myst_nb/__init__.py b/myst_nb/__init__.py index 05bec83f..7d1f190b 100644 --- a/myst_nb/__init__.py +++ b/myst_nb/__init__.py @@ -1,5 +1,5 @@ """A docutils/sphinx parser for Jupyter Notebooks.""" -__version__ = "1.1.1" +__version__ = "1.1.2" def setup(app):