From 6c6d29c039dc3719c641f081acabce34b1e4c9d0 Mon Sep 17 00:00:00 2001 From: Vincent Michaud-Rioux Date: Mon, 30 Oct 2023 11:31:04 -0400 Subject: [PATCH] Forked as v0.33.0_release to be released with tag v0.33.0. --- pennylane_lightning/core/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pennylane_lightning/core/_version.py b/pennylane_lightning/core/_version.py index 17ee333872..4fd192e7c6 100644 --- a/pennylane_lightning/core/_version.py +++ b/pennylane_lightning/core/_version.py @@ -16,4 +16,4 @@ Version number (major.minor.patch[-label]) """ -__version__ = "0.33.0-rc0" +__version__ = "0.33.0"