From f6d92f077c39c689eb4329d6f18836f99cfc6bea Mon Sep 17 00:00:00 2001 From: qbraidTeam Date: Thu, 27 Aug 2026 15:20:46 +0000 Subject: [PATCH] Bump patch version to 0.1.3 --- CITATION.cff | 6 +++--- qbraid_algorithms/_version.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index bba053b..5e318fb 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -13,7 +13,7 @@ authors: affiliation: qBraid Co. repository-code: https://github.com/qBraid/qbraid-algorithms url: https://docs.qbraid.com/v2/algorithms -repository-artifact: https://github.com/qBraid/qbraid-algorithms/releases/tag/v0.1.2 +repository-artifact: https://github.com/qBraid/qbraid-algorithms/releases/tag/v0.1.3 keywords: - python - quantum-computing @@ -21,5 +21,5 @@ keywords: - openqasm - qbraid license: Apache-2.0 -version: 0.1.2 -date-released: '2026-02-28' +version: 0.1.3 +date-released: '2026-08-27' diff --git a/qbraid_algorithms/_version.py b/qbraid_algorithms/_version.py index a318641..9ccec8c 100644 --- a/qbraid_algorithms/_version.py +++ b/qbraid_algorithms/_version.py @@ -19,4 +19,4 @@ """ -__version__ = "0.1.2" +__version__ = "0.1.3"