From c53408437c0cb46ff0031f5feef8f2b8967488e7 Mon Sep 17 00:00:00 2001 From: OlteanuRares Date: Tue, 4 Aug 2026 16:44:36 +0300 Subject: [PATCH] bump version to 2.3.3 for pypi --- docs/conf.py | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 6c1d1108..5bc3c371 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -53,9 +53,9 @@ # built documents. # # The short X.Y version. -version = "2.3.3.dev1" +version = "2.3.3" # The full version, including alpha/beta/rc tags. -release = "2.3.3.dev1" +release = "2.3.3" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index d93fcb87..b409890c 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ setup( name="pycaption", - version="2.3.3.dev1", + version="2.3.3", description="Closed caption converter", long_description=open(README_PATH).read(), author="Joe Norton",