From 8928b342faa392f6f50d091dbdc7999fc7edbc27 Mon Sep 17 00:00:00 2001 From: Pierre-Anthony Lemieux Date: Tue, 14 Sep 2021 11:34:57 -0700 Subject: [PATCH] Bump to 1.0.3rc1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0711600a..4e0d771f 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name='ttconv', - version='1.0.3b3', + version='1.0.3rc1', description='Library for conversion of common timed text formats', long_description=long_description, long_description_content_type='text/markdown',