Skip to content

Commit cad6376

Browse files
committed
Bump version to 9.1.2
1 parent f2a0b66 commit cad6376

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "qctrl-open-controls"
3-
version = "9.1.1"
3+
version = "9.1.2"
44
description = "Q-CTRL Python Open Controls"
55
license = "Apache-2.0"
66
authors = ["Q-CTRL <[email protected]>"]

qctrlopencontrols/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
Top-level package for Q-CTRL Open Controls.
1717
"""
1818

19-
__version__ = "9.1.1"
19+
__version__ = "9.1.2"
2020

2121
from .driven_controls.driven_control import DrivenControl
2222
from .driven_controls.predefined import (

0 commit comments

Comments
 (0)