updated PyPi version

This commit is contained in:
Ali Abid 2021-09-15 21:00:36 +00:00
parent b5c0e75812
commit ae4307d3f0
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
Metadata-Version: 1.0
Name: gradio
Version: 2.3.3
Version: 2.3.4
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.3.3
2.3.4

View File

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