We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02b6779 commit 557cbafCopy full SHA for 557cbaf
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "qctrl-open-controls"
3
-version = "11.0.0"
+version = "12.0.0"
4
description = "Q-CTRL Open Controls"
5
license = "Apache-2.0"
6
authors = ["Q-CTRL <[email protected]>"]
qctrlopencontrols/__init__.py
@@ -16,7 +16,7 @@
16
Top-level package for Q-CTRL Open Controls.
17
"""
18
19
-__version__ = "11.0.0"
+__version__ = "12.0.0"
20
21
from .driven_controls.driven_control import DrivenControl
22
from .driven_controls.predefined import (
0 commit comments