Skip to content

Commit

Permalink
Version bump (#1857)
Browse files Browse the repository at this point in the history
We accidentally release and yanked 0.16.0, so we are now on 0.16.1
  • Loading branch information
mattdangerw authored Sep 20, 2024
1 parent 39d93a3 commit c4840fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keras_hub/src/version_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from keras_hub.src.api_export import keras_hub_export

# Unique source of truth for the version number.
__version__ = "0.16.0"
__version__ = "0.16.1"


@keras_hub_export("keras_hub.version")
Expand Down

0 comments on commit c4840fa

Please sign in to comment.