From 3e0fcffbbf98fd79ce8829b941ba6f859c6d1275 Mon Sep 17 00:00:00 2001 From: OlteanuRares Date: Mon, 18 Mar 2024 15:01:16 +0200 Subject: [PATCH] bump version to 2.2.6.ev2 --- 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 3d8b4b2a..a452cc1d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -53,9 +53,9 @@ # built documents. # # The short X.Y version. -version = '2.2.4' +version = '2.2.6' # The full version, including alpha/beta/rc tags. -release = '2.2.4' +release = '2.2.6' # 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 7c1c3858..990b8a22 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ setup( name='pycaption', - version='2.2.4', + version='2.2.6.dev2', description='Closed caption converter', long_description=open(README_PATH).read(), author='Joe Norton',