updated PyPi version

This commit is contained in:
Ali Abid 2021-10-27 19:41:37 +00:00
parent cf94f4eaa6
commit a3922a169e
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
Metadata-Version: 1.0
Name: gradio
Version: 2.4.0a0
Version: 2.4.0
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.4.0a
2.4.0

View File

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