Skip to content

Commit f2f7e04

Browse files
Bump minor version to 0.5.0 (#247)
Co-authored-by: qbraidTeam <qbraid.team@qbraid.com>
1 parent 5c61fb5 commit f2f7e04

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

CITATION.cff

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ authors:
1212
orcid: https://orcid.org/0009-0006-9222-0810
1313
repository-code: https://github.com/qBraid/pyqasm
1414
url: https://qbraid.github.io/pyqasm/
15-
repository-artifact: https://github.com/qBraid/pyqasm/releases/tag/v0.4.0
15+
repository-artifact: https://github.com/qBraid/pyqasm/releases/tag/v0.5.0
1616
keywords:
1717
- python
1818
- quantum-computing
1919
- openqasm
2020
- qbraid
2121
license: Apache-2.0
22-
version: 0.4.0
23-
date-released: '2025-06-17'
22+
version: 0.5.0
23+
date-released: '2025-08-14'

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "pyqasm"
7-
version = "0.4.0"
7+
version = "0.5.0"
88
description = "Python toolkit providing an OpenQASM 3 semantic analyzer and utilities for program analysis and compilation."
99
authors = [{name = "qBraid Development Team"}, {email = "contact@qbraid.com"}]
1010
readme = "README.md"

0 commit comments

Comments
 (0)