Skip to content

Commit 6aa13dd

Browse files
authored
Bump version for 0.2.0 release (#186)
1 parent 2cc05e6 commit 6aa13dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

keras_nlp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
from keras_nlp import tokenizers
1818
from keras_nlp import utils
1919

20-
__version__ = "0.2.0.dev2"
20+
__version__ = "0.2.0"

setup.py

Lines changed: 1 addition & 1 deletion
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.2.0.dev2",
32+
version="0.2.0",
3333
url="https://github.com/keras-team/keras-nlp",
3434
author="Keras team",
3535
author_email="[email protected]",

0 commit comments

Comments
 (0)