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 afe2590 commit 3770ec8Copy full SHA for 3770ec8
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "qctrl-open-controls"
3
-version = "3.0.0"
+version = "2.0.6"
4
description = "Q-CTRL Open Controls"
5
license = "Apache-2.0"
6
authors = ["Q-CTRL <[email protected]>"]
qctrlopencontrols/__init__.py
@@ -18,7 +18,7 @@
18
=================
19
"""
20
21
-__version__ = "3.0.0"
+__version__ = "2.0.6"
22
23
from .driven_controls.driven_control import DrivenControl
24
from .driven_controls.predefined import new_predefined_driven_control
0 commit comments