Update setup.py

This commit is contained in:
Abubakar Abid 2020-11-26 02:17:30 -06:00 committed by GitHub
parent 158589d3c4
commit 3ca8b0e183
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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