updated PyPi version

This commit is contained in:
Ali Abid 2021-08-09 21:17:58 +00:00
parent 89f0e5cf95
commit 438e77f154
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',