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 a4c999d commit e949325Copy full SHA for e949325
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## v1.0.8-rc.1 (2025-09-23)
4
+
5
+### Bug fixes
6
7
+- Update dependency typer to v0.19.2 ([`a4c999d`](https://github.com/Djelibeybi/pyExoyOne/commit/a4c999d235267c3f1214d449f6cfc0bf82d63a33))
8
9
## v1.0.7 (2025-09-21)
10
11
### Bug fixes
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pyExoyOne"
-version = "1.0.7"
+version = "1.0.8-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.7rc.1"
+__version__ = "1.0.8-rc.1rc.1"
from .exoyone import ExoyOne
from .models import (
0 commit comments