From 409b2094312db106882979767b533de2c705617a Mon Sep 17 00:00:00 2001 From: Pierre-Anthony Lemieux Date: Thu, 29 Feb 2024 10:46:03 -0800 Subject: [PATCH] Bump to 1.1.0-rc.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b85b4156..e1a939a6 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name='ttconv', - version='1.1.0-beta.1', + version='1.1.0-rc.1', description='Library for conversion of common timed text formats', long_description=long_description, long_description_content_type='text/markdown',