From fb4ac0b1c2ce9dd62d4e521ddafcf4e22d27b2b9 Mon Sep 17 00:00:00 2001 From: Pierre-Anthony Lemieux Date: Thu, 14 Mar 2024 14:07:54 -0700 Subject: [PATCH] Bump 1.0.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e1a939a6..9792fda9 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name='ttconv', - version='1.1.0-rc.1', + version='1.1.0', description='Library for conversion of common timed text formats', long_description=long_description, long_description_content_type='text/markdown',