From 08aee03f30ad6340a4aba67a150cb5da7beb40a3 Mon Sep 17 00:00:00 2001 From: Alex Liberzon Date: Fri, 20 Dec 2024 16:50:56 +0200 Subject: [PATCH] 0.2.8 in pyproject. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e82e2bc..06f2807 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "pyptv" -version = "0.2.7" +version = "0.2.8" description = "Python GUI for the OpenPTV library `liboptv`" authors = [ { name = "Alex Liberzon", email = "alex.liberzon@gmail.com" }