Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -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'
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down