From 9729a23c12ba6334f58bf87e9fd6658458f20e40 Mon Sep 17 00:00:00 2001 From: OlteanuRares Date: Tue, 14 May 2024 10:48:17 +0300 Subject: [PATCH] bump version to 2.2.7 --- 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 58621212..d5ec9d6f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -53,9 +53,9 @@ # built documents. # # The short X.Y version. -version = '2.2.6.dev3' +version = '2.2.7' # The full version, including alpha/beta/rc tags. -release = '2.2.6.dev3' +release = '2.2.7' # 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 9464e101..9c9433b5 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ setup( name='pycaption', - version='2.2.6.dev3', + version='2.2.7', description='Closed caption converter', long_description=open(README_PATH).read(), author='Joe Norton',