mirror of
https://github.com/gradio-app/gradio.git
synced 2025-03-31 12:20:26 +08:00
parent
e295fee54d
commit
2a113b20f3
@ -1 +1 @@
|
||||
3.1.3a
|
||||
3.1.3a2
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user