From c1a72459cfa9db4198fb0f4cb5fce3706f90a42f Mon Sep 17 00:00:00 2001 From: Pierre-Anthony Lemieux Date: Tue, 21 Sep 2021 08:06:32 -0700 Subject: [PATCH] Bump to 1.0.3 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 4e0d771f..e4e4985f 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name='ttconv', - version='1.0.3rc1', + version='1.0.3', description='Library for conversion of common timed text formats', long_description=long_description, long_description_content_type='text/markdown', @@ -28,7 +28,7 @@ 'Programming Language :: Python :: 3 :: Only', 'Topic :: Multimedia' ], - keywords='ttml, timed text, captions, subtitles, imsc, scc, srt, stl, smpte-tt, conversion', + keywords='ttml, timed text, caption, subtitle, imsc, scc, srt, stl, smpte-tt, conversion, vtt, webvtt, 608', package_dir={'ttconv': 'src/main/python/ttconv'},