Skip to content

Commit

Permalink
Bump versions (#2058)
Browse files Browse the repository at this point in the history
* Bump versions

* Update autogen.py
  • Loading branch information
sachinprasadhs authored Mar 6, 2025
1 parent 2676192 commit 3ea5b09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/autogen.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
GUIDES_GH_LOCATION = Path("keras-team") / "keras-io" / "blob" / "master" / "guides"
KERAS_TEAM_GH = "https://github.com/keras-team"
PROJECT_URL = {
"keras": f"{KERAS_TEAM_GH}/keras/tree/v3.8.0/",
"keras": f"{KERAS_TEAM_GH}/keras/tree/v3.9.0/",
"keras_tuner": f"{KERAS_TEAM_GH}/keras-tuner/tree/v1.4.7/",
"keras_hub": f"{KERAS_TEAM_GH}/keras-hub/tree/v0.19.1/",
"tf_keras": f"{KERAS_TEAM_GH}/tf-keras/tree/v2.18.0/",
Expand Down

0 comments on commit 3ea5b09

Please sign in to comment.