From 80890bd5c78f44f6f1818e20c7c92b346d52e003 Mon Sep 17 00:00:00 2001 From: Rambaud Pierrick <12rambau@users.noreply.github.com> Date: Thu, 28 Dec 2023 10:41:35 +0100 Subject: [PATCH] RLS: 0.5.0 --- jupyter_sphinx/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jupyter_sphinx/_version.py b/jupyter_sphinx/_version.py index 0519dca..71b1c64 100644 --- a/jupyter_sphinx/_version.py +++ b/jupyter_sphinx/_version.py @@ -6,7 +6,7 @@ from typing import List # Version string must appear intact for automatic versioning -__version__ = "0.4.0" +__version__ = "0.5.0" # Build up version_info tuple for backwards compatibility pattern = r"(?P\d+).(?P\d+).(?P\d+)(?P.*)"