diff --git a/CITATION.cff b/CITATION.cff index 7686aba..fe62da8 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/v1.0.2 +repository-artifact: https://github.com/qBraid/pyqasm/releases/tag/v1.0.3 keywords: - python - quantum-computing - openqasm - qbraid license: Apache-2.0 -version: 1.0.2 -date-released: '2026-03-25' +version: 1.0.3 +date-released: '2026-04-09' diff --git a/pyproject.toml b/pyproject.toml index 9ae3276..a70e0c3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "pyqasm" -version = "1.0.2" +version = "1.0.3" 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"