updated PyPi version to 3.0 (#1290)

This commit is contained in:
Abubakar Abid 2022-05-16 16:08:42 -04:00 committed by GitHub
parent 1e0221fae6
commit 2b39288e9e
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.0b9
Version: 3.0
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.0b9
3.0

View File

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