mirror of
https://github.com/gradio-app/gradio.git
synced 2025-03-31 12:20:26 +08:00
updated PyPi version to 3.0.11 (#1458)
This commit is contained in:
parent
71bcfdbe92
commit
282748b4af
@ -1,6 +1,6 @@
|
||||
Metadata-Version: 2.1
|
||||
Name: gradio
|
||||
Version: 3.0.9b11
|
||||
Version: 3.0.11
|
||||
Summary: Python library for easily interacting with trained machine learning models
|
||||
Home-page: https://github.com/gradio-app/gradio
|
||||
Author: Abubakar Abid, Ali Abid, Ali Abdalla, Dawood Khan, Ahsen Khaliq, Pete Allen, Ömer Faruk Özdemir
|
||||
|
@ -1 +1 @@
|
||||
3.0.9b11
|
||||
3.0.11
|
2
setup.py
2
setup.py
@ -9,7 +9,7 @@ long_description = (this_directory / "README.md").read_text(encoding='utf8')
|
||||
|
||||
setup(
|
||||
name="gradio",
|
||||
version="3.0.9b11",
|
||||
version="3.0.11",
|
||||
include_package_data=True,
|
||||
description="Python library for easily interacting with trained machine learning models",
|
||||
long_description=long_description,
|
||||
|
Loading…
x
Reference in New Issue
Block a user