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 92c60f6 commit 0a3aa1aCopy full SHA for 0a3aa1a
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "qctrl-open-controls"
3
-version = "9.1.5"
+version = "9.1.6"
4
description = "Q-CTRL Python 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__ = "9.1.5"
+__version__ = "9.1.6"
20
21
from .driven_controls.driven_control import DrivenControl
22
from .driven_controls.predefined import (
0 commit comments