Skip to content

Commit

Permalink
version 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
apm1467 committed Dec 15, 2019
1 parent 04561b9 commit 9b97c99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
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',
long_description=readme,
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',
Expand Down

0 comments on commit 9b97c99

Please sign in to comment.