chore: release v0.1.6
Release / create-release (push) Successful in 3s
Lint & Test / test (push) Successful in 10s
Release / build-linux (push) Successful in 31s
Release / build-windows (push) Successful in 52s

This commit is contained in:
2026-04-11 03:36:55 +03:00
parent 2e3bebfeb8
commit 26b4672a99
3 changed files with 12 additions and 13 deletions
+2 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "media-server"
version = "0.1.5"
version = "0.1.6"
description = "REST API server for controlling system-wide media playback"
readme = "README.md"
license = { text = "MIT" }
@@ -41,6 +41,7 @@ windows = [
"comtypes>=1.2.0",
"pycaw>=20230407",
"screen-brightness-control>=0.20.0",
"wmi>=1.5.1",
"monitorcontrol>=3.0.0",
"pystray>=0.19.0",
]