We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 280edda commit f267924Copy full SHA for f267924
keras_nlp/__init__.py
@@ -26,4 +26,4 @@
26
from keras_nlp import tokenizers
27
from keras_nlp import utils
28
29
-__version__ = "0.4.0"
+__version__ = "0.4.1.dev0"
setup.py
@@ -29,7 +29,7 @@
),
30
long_description=README,
31
long_description_content_type="text/markdown",
32
- version="0.4.0",
+ version="0.4.1.dev0",
33
url="https://github.com/keras-team/keras-nlp",
34
author="Keras team",
35
author_email="[email protected]",
0 commit comments