updated PyPi version

This commit is contained in:
Ali Abid 2021-08-09 21:17:58 +00:00
parent d4cee4ba5b
commit 36f3e53323
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
2.2.8
2.2.9a

View File

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