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"