Skip to content
This repository was archived by the owner on May 13, 2022. It is now read-only.

Commit b452e14

Browse files
author
CI workflow
committed
Bump version to 0.0.3
1 parent 7df5590 commit b452e14

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "qctrl-cirq"
3-
version = "0.0.2"
3+
version = "0.0.3"
44
description = "Q-CTRL Cirq Adapter"
55
license = "Apache-2.0"
66
authors = ["Q-CTRL <support@q-ctrl.com>"]

qctrlcirq/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
===========
1919
"""
2020

21-
__version__ = "0.0.2"
21+
__version__ = "0.0.3"
2222

2323
from .circuit import convert_dds_to_cirq_circuit
2424

0 commit comments

Comments
 (0)