Skip to content

Commit

Permalink
updated PyPi version to 2.9.0b (#1026)
Browse files Browse the repository at this point in the history
  • Loading branch information
abidlabs authored Apr 19, 2022
1 parent 671147c commit 6a432c9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion gradio.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: gradio
Version: 2.9.4
Version: 2.9.0b0
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, Pete Allen, Ömer Faruk Özdemir
Expand Down
2 changes: 1 addition & 1 deletion gradio/templates/frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/4.3.1/iframeResizer.contentWindow.min.js"></script>
<title>Gradio</title>
<script type="module" crossorigin src="./assets/index.a2163344.js"></script>
<script type="module" crossorigin src="./assets/index.65fb5956.js"></script>
<link rel="stylesheet" href="./assets/index.39bf42f9.css">
</head>

Expand Down
6 changes: 1 addition & 5 deletions gradio/version.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
<<<<<<< HEAD
2.8.13
=======
2.9.4
>>>>>>> main
2.9.0b
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name="gradio",
version="2.9.4",
version="2.9.0b",
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, Pete Allen, Ömer Faruk Özdemir",
Expand Down

0 comments on commit 6a432c9

Please sign in to comment.