Make f-strings backward compatible for Python < 3.12

This commit is contained in:
2026-03-12 22:10:51 +01:00
parent b00e5d9829
commit 264f8a0083
3 changed files with 14 additions and 10 deletions
+1 -1
View File
@@ -4,6 +4,6 @@ build-backend = "setuptools.build_meta"
[project]
name = "jcloud-config-parser"
version = "0.1.0"
version = "0.1.1"
description = "A configuration file parser."
license = "Apache-2.0"