From 15edd36c2f312e888d60af56decc337c62dd152f Mon Sep 17 00:00:00 2001 From: Pierre-Anthony Lemieux Date: Fri, 23 Jul 2021 09:24:55 -0700 Subject: [PATCH] Move to 1.0.2rc1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e837d467..b66a41c3 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name='ttconv', - version='1.0.2.dev1', + version='1.0.2rc1', description='Library for conversion of common timed text formats', long_description=long_description, long_description_content_type='text/markdown',