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 008d926 commit 8e45f67Copy full SHA for 8e45f67
keras_nlp/__init__.py
@@ -17,4 +17,4 @@
17
from keras_nlp import tokenizers
18
from keras_nlp import utils
19
20
-__version__ = "0.2.0-dev.1"
+__version__ = "0.2.0.dev2"
setup.py
@@ -29,7 +29,7 @@
29
),
30
long_description=README,
31
long_description_content_type="text/markdown",
32
- version="0.2.0-dev.1",
+ version="0.2.0.dev2",
33
url="https://github.com/keras-team/keras-nlp",
34
author="Keras team",
35
author_email="keras-nlp@google.com",
0 commit comments