From bcf74c7048134df28fcb7d05447a0d3ee441cbd4 Mon Sep 17 00:00:00 2001 From: Rashid N H M <95639609+rashidnhm@users.noreply.github.com> Date: Thu, 10 Aug 2023 15:56:50 -0400 Subject: [PATCH] Bump package version (#27) **Context:** Need to bump version for release to PYpi **Description of the Change:** **Benefits:** **Possible Drawbacks:** **Related GitHub Issues:** --- pennylane_sphinx_theme/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pennylane_sphinx_theme/_version.py b/pennylane_sphinx_theme/_version.py index 7f34210..c514799 100644 --- a/pennylane_sphinx_theme/_version.py +++ b/pennylane_sphinx_theme/_version.py @@ -3,4 +3,4 @@ using the following format: ..[-]. """ -__version__ = "0.3.8" +__version__ = "0.3.9"