Update Thüringen edition to v0.17 core

This commit is contained in:
pan
2026-07-06 21:12:21 +02:00
parent 2fb3c8fb13
commit 3d63dc5957
4 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -4,13 +4,13 @@ build-backend = "setuptools.build_meta"
[project]
name = "synadm-tui-thueringen"
version = "0.16"
version = "0.17"
description = "Thüringen-Edition der Terminal-Oberfläche für synadm"
readme = "README.md"
requires-python = ">=3.10"
license = { text = "GPL-3.0-or-later" }
authors = [{ name = "synadm-tui contributors" }]
dependencies = ["synadm-tui==0.16"]
dependencies = ["synadm-tui==0.17"]
classifiers = [
"Environment :: Console :: Curses",
"Programming Language :: Python :: 3",