From af2d1970306dfc5056a3e7c49cc0351bf327ef94 Mon Sep 17 00:00:00 2001 From: Angus Hollands Date: Wed, 8 Nov 2023 21:57:13 +0000 Subject: [PATCH] feat: update version to 1.0.0 --- 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 54cdde30..ad42c71d 100644 --- a/myst_nb/__init__.py +++ b/myst_nb/__init__.py @@ -1,5 +1,5 @@ """A docutils/sphinx parser for Jupyter Notebooks.""" -__version__ = "1.0.0rc1" +__version__ = "1.0.0" def setup(app):