diff --git a/pyproject.toml b/pyproject.toml.tmpl similarity index 91% rename from pyproject.toml rename to pyproject.toml.tmpl index 4f8a174..f5e5f0b 100644 --- a/pyproject.toml +++ b/pyproject.toml.tmpl @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "i7lib" -version = "0.1.0" +version = "{{vless .TagName}}" description = "i7 library for scripts" readme = "README.md" requires-python = ">=3.8"