Skip to content

Commit bc2f66a

Browse files
committed
Merge hotfix/1.2.1 from master into dev
2 parents 16733e1 + 5540458 commit bc2f66a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

c3/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.2.0"
1+
__version__ = "1.2.1"

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="c3-toolset",
5-
version="1.2.0",
5+
version="1.2.1",
66
description="Toolset for control, calibration and characterization of physical systems",
77
url="http://www.q-optimize.org",
88
author="q-optimize",
@@ -13,6 +13,7 @@
1313
"c3/generator",
1414
"c3/libraries",
1515
"c3/optimizers",
16+
"c3/qiskit",
1617
"c3/schemas",
1718
"c3/signal",
1819
"c3/system",

0 commit comments

Comments
 (0)