From 2fa0fc6fa204d5d128d5881be0dc61a55b2cc6e3 Mon Sep 17 00:00:00 2001 From: Angus Hollands Date: Mon, 11 Dec 2023 15:29:23 +0000 Subject: [PATCH] FEAT: bump version to 1.0.0 --- sphinx_jupyterbook_latex/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sphinx_jupyterbook_latex/__init__.py b/sphinx_jupyterbook_latex/__init__.py index bc2cb32..2dc86ad 100644 --- a/sphinx_jupyterbook_latex/__init__.py +++ b/sphinx_jupyterbook_latex/__init__.py @@ -6,7 +6,7 @@ if TYPE_CHECKING: from sphinx.application import Sphinx -__version__ = "0.5.2" +__version__ = "1.0.0" """sphinx-jupyterbook-latex version"""