chore: bump version to 1.0.1
Release / create-release (push) Successful in 2s
Lint & Test / test (push) Successful in 38s
Release / build-linux (push) Successful in 2m10s
Release / build-windows (push) Successful in 2m48s

This commit is contained in:
2026-03-25 11:37:50 +03:00
parent 795a15cb8b
commit ff6712620e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
"""Media Server - REST API for controlling system media playback."""
__version__ = "1.0.0"
__version__ = "1.0.1"
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "media-server"
version = "1.0.0"
version = "1.0.1"
description = "REST API server for controlling system-wide media playback"
readme = "README.md"
license = { text = "MIT" }