Skip to content

Commit

Permalink
Bump the master version to 0.9 (keras-team#1473)
Browse files Browse the repository at this point in the history
0.8 is out! We can consider our master branch an 0.9 preview.
  • Loading branch information
mattdangerw authored and abuelnasr0 committed Apr 2, 2024
1 parent 4ba3ca7 commit 5d22424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keras_nlp/version_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from keras_nlp.api_export import keras_nlp_export

# Unique source of truth for the version number.
__version__ = "0.8.0"
__version__ = "0.9.0"


@keras_nlp_export("keras_nlp.version")
Expand Down

0 comments on commit 5d22424

Please sign in to comment.