From f46492b9e5ade6b4b62e692e9eca41bf6d631729 Mon Sep 17 00:00:00 2001 From: OlteanuRares Date: Thu, 25 Jun 2026 16:26:18 +0300 Subject: [PATCH] bump version for pypi --- docs/conf.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 1a7f72fb..00046473 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -53,7 +53,7 @@ # built documents. # # The short X.Y version. -version = "2.2.24.dev1" +version = "2.2.24" # The full version, including alpha/beta/rc tags. release = "2.2.23" diff --git a/setup.py b/setup.py index c22cc404..6c3266a2 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ setup( name="pycaption", - version="2.2.24.dev1", + version="2.2.24", description="Closed caption converter", long_description=open(README_PATH).read(), author="Joe Norton",