update pypi to 2.9.1

This commit is contained in:
Abubakar Abid 2022-03-31 17:25:48 -07:00
parent 8fa68b35df
commit 14137eac7e
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: gradio
Version: 2.9.0
Version: 2.9.1
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.9.0
2.9.1

View File

@ -5,7 +5,7 @@ except ImportError:
setup(
name="gradio",
version="2.9.0",
version="2.9.1",
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",