Bump version to 0.4.2, change horusdemodlib dependency to 0.4.0

master v0.4.2
Mark Jessop 2025-09-07 13:58:20 +09:30
rodzic fb249cd051
commit 31fd27d5cd
3 zmienionych plików z 6 dodań i 6 usunięć

Wyświetl plik

@ -1 +1 @@
__version__ = "0.4.1"
__version__ = "0.4.2"

Wyświetl plik

@ -1,6 +1,6 @@
[tool.poetry]
name = "horusgui"
version = "0.4.0"
version = "0.4.2"
description = ""
authors = ["Mark Jessop <vk5qi@rfhead.net>"]
@ -11,7 +11,7 @@ crcmod = "^1.7"
PyQt6 = "^6.7.0"
pyqtgraph = "^0.12.3"
pyaudio = "^0.2.11"
horusdemodlib = "^0.3.13"
horusdemodlib = ">=0.4.0"
[tool.poetry.dev-dependencies]
@ -34,14 +34,14 @@ dependencies = [
"PyQt6",
"audioop-lts; python_version>='3.13'",
"crcmod",
"horusdemodlib>=0.3.12",
"horusdemodlib>=0.4.0",
"numpy",
"pyaudio",
"pyqtgraph",
"requests",
]
name = "horusgui"
version = "0.4.1"
version = "0.4.2"
description = "Project Horus GUI Telemetry Decdoer"
keywords = ["horus telemetry radio"]
readme = "README.md"

Wyświetl plik

@ -4,5 +4,5 @@ crcmod
PyQt6
pyqtgraph
requests
horusdemodlib>=0.3.12
horusdemodlib>=0.4.0
audioop-lts; python_version>='3.13'