Release 3 1 3a (#1931)

* changes

* changes
This commit is contained in:
aliabid94 2022-08-02 08:17:47 -07:00 committed by GitHub
parent e295fee54d
commit 2a113b20f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 1 deletions

View File

@ -1 +1 @@
3.1.3a
3.1.3a2

View File

@ -9,6 +9,7 @@ aws_required
# You should first run `upload_to_pypi.sh` to update the version number and
# pull the latest version of the code.
new_version="$(cat gradio/version.txt)"
GRADIO_VERSION=$new_version
rm -rf gradio/templates/frontend
rm -rf gradio/templates/cdn

View File

@ -14,6 +14,7 @@ old_version="$(cat gradio/version.txt)"
read -p "Current version is ${old_version}. What is the new version? " new_version
echo "So you want to release version ${new_version}. Updating gradio/version.txt..."
echo "${new_version}" > gradio/version.txt
GRADIO_VERSION=$new_version
rm -rf gradio/templates/frontend
rm -rf gradio/templates/cdn