We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e101f17 commit 1fb1356Copy full SHA for 1fb1356
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## v1.0.11-rc.1 (2025-10-20)
4
+
5
+### Bug fixes
6
7
+- Update dependency typer to ^0.20.0 ([`e101f17`](https://github.com/Djelibeybi/pyExoyOne/commit/e101f17d62551af85bef3dd7f906378323864b3d))
8
9
## v1.0.10 (2025-10-08)
10
11
### Bug fixes
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pyExoyOne"
-version = "1.0.10"
+version = "1.0.11-rc.1"
description = "Python library to configure and control the Exoy(tm) ONE."
authors = ["Avi Miller <[email protected]>"]
license = "MIT"
src/exoyone/__init__.py
@@ -1,4 +1,4 @@
-__version__ = "1.0.10rc.1"
+__version__ = "1.0.11-rc.1rc.1"
from .exoyone import ExoyOne
from .models import (
0 commit comments