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

Commit ab77073

Browse files
author
CI workflow
committed
Bump version to 0.0.0
1 parent 934be11 commit ab77073

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "qctrl-qiskit"
3-
version = "0.0.1"
3+
version = "0.0.0"
44
description = "Q-CTRL Qiskit Adapter"
55
license = "Apache-2.0"
66
authors = ["Q-CTRL <[email protected]>"]

qctrlqiskit/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
===========
1919
"""
2020

21-
__version__ = ""
21+
__version__ = "0.0.0"
2222

2323
from .quantum_circuit import convert_dds_to_qiskit_quantum_circuit
2424

0 commit comments

Comments
 (0)