Skip to content

Commit c4840fa

Browse files
authored
Version bump (#1857)
We accidentally release and yanked 0.16.0, so we are now on 0.16.1
1 parent 39d93a3 commit c4840fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

keras_hub/src/version_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
from keras_hub.src.api_export import keras_hub_export
1616

1717
# Unique source of truth for the version number.
18-
__version__ = "0.16.0"
18+
__version__ = "0.16.1"
1919

2020

2121
@keras_hub_export("keras_hub.version")

0 commit comments

Comments
 (0)