From 97fb9fbf0a50dc047b5275f0a624c27797d652af Mon Sep 17 00:00:00 2001 From: Matt Watson Date: Tue, 7 Nov 2023 14:33:33 -0800 Subject: [PATCH] Bump the version to 0.6.3.dev1 We needed a few more cherry picks for Keras 3 support. --- keras_nlp/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keras_nlp/__init__.py b/keras_nlp/__init__.py index 81815815c0..37115358ad 100644 --- a/keras_nlp/__init__.py +++ b/keras_nlp/__init__.py @@ -28,4 +28,4 @@ from keras_nlp import utils # This is the global source of truth for the version number. -__version__ = "0.6.3.dev0" +__version__ = "0.6.3.dev1"