Skip to content

Commit

Permalink
Prepare 0.3.0 release (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakelishman authored Oct 19, 2023
1 parent d3bbc9c commit 08ff2a8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions releasenotes/notes/prepare-0.3.0-89b14ce1038fee93.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
prelude: >
This is a small release that primarily updates the dependency on the external
OpenQASM 3 parser used, including a couple of bugfixes and expanding the range
of ANTLR versions supported.
2 changes: 1 addition & 1 deletion src/qiskit_qasm3_import/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Basic importer for OpenQASM 3 programmes into Qiskit."""

__version__ = "0.2.0"
__version__ = "0.3.0"

__all__ = ["parse", "convert", "ConversionError"]

Expand Down

0 comments on commit 08ff2a8

Please sign in to comment.