Skip to content

Commit 31fd27d

Browse files
committed
Bump version to 0.4.2, change horusdemodlib dependency to 0.4.0
1 parent fb249cd commit 31fd27d

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

horusgui/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.4.1"
1+
__version__ = "0.4.2"

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "horusgui"
3-
version = "0.4.0"
3+
version = "0.4.2"
44
description = ""
55
authors = ["Mark Jessop <[email protected]>"]
66

@@ -11,7 +11,7 @@ crcmod = "^1.7"
1111
PyQt6 = "^6.7.0"
1212
pyqtgraph = "^0.12.3"
1313
pyaudio = "^0.2.11"
14-
horusdemodlib = "^0.3.13"
14+
horusdemodlib = ">=0.4.0"
1515

1616
[tool.poetry.dev-dependencies]
1717

@@ -34,14 +34,14 @@ dependencies = [
3434
"PyQt6",
3535
"audioop-lts; python_version>='3.13'",
3636
"crcmod",
37-
"horusdemodlib>=0.3.12",
37+
"horusdemodlib>=0.4.0",
3838
"numpy",
3939
"pyaudio",
4040
"pyqtgraph",
4141
"requests",
4242
]
4343
name = "horusgui"
44-
version = "0.4.1"
44+
version = "0.4.2"
4545
description = "Project Horus GUI Telemetry Decdoer"
4646
keywords = ["horus telemetry radio"]
4747
readme = "README.md"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ crcmod
44
PyQt6
55
pyqtgraph
66
requests
7-
horusdemodlib>=0.3.12
7+
horusdemodlib>=0.4.0
88
audioop-lts; python_version>='3.13'

0 commit comments

Comments
 (0)