updated PyPi version to 3.0.3 (#1351)

This commit is contained in:
Abubakar Abid 2022-05-20 21:06:52 -04:00 committed by GitHub
parent 74703898c6
commit d34d3181b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: gradio
Version: 3.0.2
Version: 3.0.3
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, Pete Allen, Ömer Faruk Özdemir

View File

@ -1 +1 @@
3.0.2
3.0.3

View File

@ -9,7 +9,7 @@ long_description = (this_directory / "README.md").read_text()
setup(
name="gradio",
version="3.0.2",
version="3.0.3",
include_package_data=True,
description="Python library for easily interacting with trained machine learning models",
long_description=long_description,