Skip to content

Commit e12f4d3

Browse files
committed
build: Bump version to 9.1.7
1 parent e09aa62 commit e12f4d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

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

qctrlopencontrols/__init__.py

+1-1
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.6"
19+
__version__ = "9.1.7"
2020

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

0 commit comments

Comments
 (0)