We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e09aa62 commit e12f4d3Copy full SHA for e12f4d3
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "qctrl-open-controls"
3
-version = "9.1.6"
+version = "9.1.7"
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.6"
+__version__ = "9.1.7"
20
21
from .driven_controls.driven_control import DrivenControl
22
from .driven_controls.predefined import (
0 commit comments