Skip to content

Commit

Permalink
Bump master branch version number to 0.7.0.dev0 (#1254)
Browse files Browse the repository at this point in the history
I have been forgetting to increment our master branch release number,
so it's now less than our pip release :)

I think we can consider the master branch a preview of our 0.7.0
release at this point.
  • Loading branch information
mattdangerw authored Sep 21, 2023
1 parent bc21f21 commit 2c8e915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keras_nlp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@
from keras_nlp import utils

# This is the global source of truth for the version number.
__version__ = "0.6.0.dev0"
__version__ = "0.7.0.dev0"

0 comments on commit 2c8e915

Please sign in to comment.