From 4bdeb8f0f7a65fa54a040d8fb92fec8f88b6cc33 Mon Sep 17 00:00:00 2001 From: qbraidTeam Date: Fri, 25 Apr 2025 05:23:33 +0000 Subject: [PATCH] Bump patch version to 0.3.2 --- CITATION.cff | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index a7cf75c9..485e0c30 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -12,12 +12,12 @@ authors: orcid: https://orcid.org/0009-0006-9222-0810 repository-code: https://github.com/qBraid/pyqasm url: https://qbraid.github.io/pyqasm/ -repository-artifact: https://github.com/qBraid/pyqasm/releases/tag/v0.3.1 +repository-artifact: https://github.com/qBraid/pyqasm/releases/tag/v0.3.2 keywords: - python - quantum-computing - openqasm - qbraid license: Apache-2.0 -version: 0.3.1 -date-released: '2025-04-21' +version: 0.3.2 +date-released: '2025-04-25' diff --git a/pyproject.toml b/pyproject.toml index a9397120..f78becce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "pyqasm" -version = "0.3.1" +version = "0.3.2" description = "Python toolkit providing an OpenQASM 3 semantic analyzer and utilities for program analysis and compilation." authors = [{name = "qBraid Development Team"}, {email = "contact@qbraid.com"}] readme = "README.md"