updated PyPi version

This commit is contained in:
Ali Abid 2021-12-27 19:24:42 +00:00
parent f1d2152585
commit 63a4540b92
4 changed files with 4 additions and 4 deletions

2
.gitignore vendored
View File

@ -20,7 +20,7 @@ gradio/templates/frontend/static
*.db
*.sqlite3
gradio/launches.json
flagged/*
flagged/
# Tests
.coverage

View File

@ -1,6 +1,6 @@
Metadata-Version: 1.0
Name: gradio
Version: 2.6.2
Version: 2.6.3
Summary: Python library for easily interacting with trained machine learning models
Home-page: https://github.com/gradio-app/gradio-UI
Author: Abubakar Abid, Ali Abid, Ali Abdalla, Dawood Khan, Ahsen Khaliq

View File

@ -1 +1 @@
2.6.2
2.6.3

View File

@ -5,7 +5,7 @@ except ImportError:
setup(
name='gradio',
version='2.6.2',
version='2.6.3',
include_package_data=True,
description='Python library for easily interacting with trained machine learning models',
author='Abubakar Abid, Ali Abid, Ali Abdalla, Dawood Khan, Ahsen Khaliq',