Skip to content

Commit fb4a84d

Browse files
authored
Bump version for 0.2.0 dev release (#142)
1 parent 0bf0225 commit fb4a84d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: keras_nlp/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
from keras_nlp import metrics
1717
from keras_nlp import tokenizers
1818

19-
__version__ = "0.1.1"
19+
__version__ = "0.2.0-dev.1"

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
),
3030
long_description=README,
3131
long_description_content_type="text/markdown",
32-
version="0.1.1",
32+
version="0.2.0-dev.1",
3333
url="https://github.com/keras-team/keras-nlp",
3434
author="Keras team",
3535
author_email="[email protected]",

0 commit comments

Comments
 (0)