2
0
mirror of https://github.com/gradio-app/gradio.git synced 2025-02-11 11:19:58 +08:00

version upgrade ()

Co-authored-by: Ali Abid <aliabid94@gmail.com>
This commit is contained in:
aliabid94 2022-03-17 14:19:15 -05:00 committed by GitHub
parent ab6c5f3dbb
commit fcacdd1b34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions
gradio.egg-info
gradio
setup.py

View File

@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: gradio
Version: 2.8.10
Version: 2.8.11
Summary: Python library for easily interacting with trained machine learning models
Home-page: https://github.com/gradio-app/gradio-UI
Author: Abubakar Abid, Ali Abid, Ali Abdalla, Dawood Khan, Ahsen Khaliq

View File

@ -1 +1 @@
2.8.10
2.8.11

View File

@ -5,7 +5,7 @@ except ImportError:
setup(
name="gradio",
version="2.8.10",
version="2.8.11",
include_package_data=True,
description="Python library for easily interacting with trained machine learning models",
author="Abubakar Abid, Ali Abid, Ali Abdalla, Dawood Khan, Ahsen Khaliq",