Skip to content

Commit

Permalink
Bump nightly and head package version to 0.16 (#1826)
Browse files Browse the repository at this point in the history
0.15 is now the latest release!
  • Loading branch information
mattdangerw authored Sep 13, 2024
1 parent fce5c34 commit 0472bcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keras_nlp/src/version_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from keras_nlp.src.api_export import keras_nlp_export

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


@keras_nlp_export("keras_nlp.version")
Expand Down

0 comments on commit 0472bcb

Please sign in to comment.