updated PyPi version

This commit is contained in:
Ali Abid 2021-12-14 21:02:26 +00:00
parent 41bd3645bd
commit a7a453602f
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
Metadata-Version: 1.0
Name: gradio
Version: 2.5.0
Version: 2.5.1
Summary: Python library for easily interacting with trained machine learning models
Home-page: https://github.com/gradio-app/gradio-UI
Author: Abubakar Abid

View File

@ -5,7 +5,7 @@ except ImportError:
setup(
name='gradio',
version='2.5.0',
version='2.5.1',
include_package_data=True,
description='Python library for easily interacting with trained machine learning models',
author='Abubakar Abid',