From 80fa56d26ab36c23ca87f2b39df0239741e59b02 Mon Sep 17 00:00:00 2001 From: Alex Liberzon Date: Tue, 24 Dec 2024 10:09:26 +0200 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bad26e7..d6c6e5a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "pyptv" -version = "0.2.9" +version = {file = "pyptv/__version__.py"} description = "Python GUI for the OpenPTV library `liboptv`" authors = [ { name = "Alex Liberzon", email = "alex.liberzon@gmail.com" }