This commit is contained in:
Abubakar Abid 2019-03-25 12:59:05 -07:00
parent 23f7a820ac
commit 45a35514f4
3 changed files with 2 additions and 2 deletions

View File

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

View File

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