v1.9.27: align version markers (server VERSION, pyproject.toml, PWA header)

This commit is contained in:
2026-09-10 21:31:16 +03:00
parent 181544b360
commit 7614067b8f
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "pysim-otaman-server"
version = "1.9.26"
version = "1.9.27"
description = "HTTP REST server wrapping pysim for the OTAMan PWA"
requires-python = ">=3.8"
# pysim is a git-only dependency installed explicitly by setup.bat/setup.sh.