From f1af611df8acb1775138f34667b29dbef4359390 Mon Sep 17 00:00:00 2001 From: Rick Hutcheson Date: Wed, 29 May 2019 10:14:10 -0700 Subject: [PATCH] Bump version to ud3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 249ac141..5d2bd847 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ setup( name='pycaption', - version='1.1.0.ud1', + version='1.1.0.ud3', description='Closed caption converter', long_description=open(README_PATH).read(), author='Joe Norton',