updated PyPi to 1.7.0

This commit is contained in:
Abubakar Abid 2021-04-26 13:53:55 -05:00
parent b88b28fb0a
commit fef1ac64f4
3 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
Metadata-Version: 1.0
Name: gradio
Version: 1.6.4
Version: 1.7.0
Summary: Python library for easily interacting with trained machine learning models
Home-page: https://github.com/gradio-app/gradio-UI
Author: Abubakar Abid

View File

@ -14,4 +14,4 @@ ffmpy
librosa
colorama>=0.3.9
markdown2
pycrypto
pycryptodome

View File

@ -5,7 +5,7 @@ except ImportError:
setup(
name='gradio',
version='1.6.4',
version='1.7.0',
include_package_data=True,
description='Python library for easily interacting with trained machine learning models',
author='Abubakar Abid',
@ -30,6 +30,6 @@ setup(
'librosa',
'colorama >= 0.3.9',
'markdown2',
'pycrypto'
'pycryptodome'
],
)