updated PyPi version

This commit is contained in:
root 2021-08-24 19:37:09 +00:00
parent 72d4e01a39
commit c163af9361
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
Metadata-Version: 1.0
Name: gradio
Version: 2.2.13
Version: 2.2.14
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

@ -1 +1 @@
2.2.13
2.2.14

View File

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