From 9b97c996570897b5a45d1f8b4f046aebcbcca300 Mon Sep 17 00:00:00 2001 From: Yi Ge Date: Sun, 15 Dec 2019 22:53:12 +0800 Subject: [PATCH] version 0.1.6 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index bb4b4bc..e191f7f 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ with open('README.md', 'r', encoding='utf-8') as f: setup( name='videocr', packages=['videocr'], - version='0.1.5', + version='0.1.6', license='MIT', description='Extract hardcoded subtitles from videos using machine learning', long_description_content_type='text/markdown', @@ -14,7 +14,7 @@ setup( author='Yi Ge', author_email='me@yige.ch', url='https://github.com/apm1467/videocr', - download_url='https://github.com/apm1467/videocr/archive/v0.1.5.tar.gz', + download_url='https://github.com/apm1467/videocr/archive/v0.1.6.tar.gz', install_requires=[ 'fuzzywuzzy>=0.17', 'python-Levenshtein>=0.12',