updated PyPi version

This commit is contained in:
Ali Abid 2021-07-14 18:20:47 -07:00
parent 02716e5d26
commit eea615a7dd
4 changed files with 13 additions and 13 deletions

View File

@ -1,6 +1,6 @@
Metadata-Version: 1.0
Name: gradio
Version: 2.2.0
Version: 2.2.1
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

@ -1,15 +1,15 @@
Flask-Cors>=3.0.8
Flask-Login
Flask>=1.1.1
analytics-python
ffmpy
flask-cachebuster
markdown2
matplotlib
numpy
scipy
matplotlib
pandas
paramiko
pillow
ffmpy
markdown2
pycryptodome
requests
scipy
paramiko
analytics-python
Flask>=1.1.1
Flask-Cors>=3.0.8
flask-cachebuster
Flask-Login

View File

@ -1 +1 @@
2.2.0
2.2.1

View File

@ -5,7 +5,7 @@ except ImportError:
setup(
name='gradio',
version='2.2.0',
version='2.2.1',
include_package_data=True,
description='Python library for easily interacting with trained machine learning models',
author='Abubakar Abid',