Skip to content

Commit

Permalink
chore: Bump version to 11.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
qctrlrobot committed Feb 7, 2024
1 parent 6de0dcb commit 6495ae3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "qctrl-open-controls"
version = "10.0.1"
version = "11.0.0"
description = "Q-CTRL Open Controls"
license = "Apache-2.0"
authors = ["Q-CTRL <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion qctrlopencontrols/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
Top-level package for Q-CTRL Open Controls.
"""

__version__ = "10.0.1"
__version__ = "11.0.0"

from .driven_controls.driven_control import DrivenControl
from .driven_controls.predefined import (
Expand Down

0 comments on commit 6495ae3

Please sign in to comment.