From 962378950d085327dcd812fb50125026b144d4d1 Mon Sep 17 00:00:00 2001 From: OlteanuRares Date: Tue, 30 Sep 2025 10:04:16 +0300 Subject: [PATCH] bump version 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 8897152d..feb6216e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -53,9 +53,9 @@ # built documents. # # The short X.Y version. -version = '2.2.19.dev1' +version = '2.2.19' # The full version, including alpha/beta/rc tags. -release = '2.2.1.dev1' +release = '2.2.19' # 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 4744b6da..8ab8ece0 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ setup( name="pycaption", - version="2.2.19.dev1", + version="2.2.19", description="Closed caption converter", long_description=open(README_PATH).read(), author="Joe Norton",