From 115f0ab77b236b469aceb15e810a4852b42bb97f Mon Sep 17 00:00:00 2001 From: Pierre-Anthony Lemieux Date: Sat, 11 Jan 2025 22:37:49 -0800 Subject: [PATCH] 1.1.1 release --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9792fda9..c9571da5 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name='ttconv', - version='1.1.0', + version='1.1.1', description='Library for conversion of common timed text formats', long_description=long_description, long_description_content_type='text/markdown',