Skip to content

Commit 3770ec8

Browse files
author
CircleCI workflow
committed
Bump version to 2.0.6 (from build #462) [ci skip]
1 parent afe2590 commit 3770ec8

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 = "3.0.0"
3+
version = "2.0.6"
44
description = "Q-CTRL 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
@@ -18,7 +18,7 @@
1818
=================
1919
"""
2020

21-
__version__ = "3.0.0"
21+
__version__ = "2.0.6"
2222

2323
from .driven_controls.driven_control import DrivenControl
2424
from .driven_controls.predefined import new_predefined_driven_control

0 commit comments

Comments
 (0)