From da451f7c4a72122202d754e80e08cc3e2866d800 Mon Sep 17 00:00:00 2001 From: Stephen L Date: Tue, 9 May 2023 01:35:15 +0200 Subject: [PATCH] bump v0.2.9 (mistaken branch when pushed last release) Signed-off-by: Stephen L. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5464bc8..15029f5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta" [project] # beware if using setuptools: setup.py still gets executed, and even if pyproject.toml fields take precedence, if there is any code error in setup.py, building will fail! name = "videogestalt" -version = "0.2.8" # see PEP 440 https://peps.python.org/pep-0440/#pre-releases and https://packaging.python.org/en/latest/guides/single-sourcing-package-version/ +version = "0.2.9" # see PEP 440 https://peps.python.org/pep-0440/#pre-releases and https://packaging.python.org/en/latest/guides/single-sourcing-package-version/ description = "One-Glance Overview of Any Video" authors = [ {name = "Eamonn O'Brien-Strain", email = "eobrain@proton.me"},