version 0.1.5

This commit is contained in:
Yi Ge 2019-05-18 21:58:43 +02:00
parent 6025e09a87
commit 8a56cbf746
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ with open('README.md', 'r', encoding='utf-8') as f:
setup(
name = 'videocr',
packages = ['videocr'],
version = '0.1.4',
version = '0.1.5',
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.tar.gz',
download_url = 'https://github.com/apm1467/videocr/archive/v0.1.5.tar.gz',
install_requires = [
'fuzzywuzzy>=0.17',
'python-Levenshtein>=0.12',