Skip to content

Commit eb320e3

Browse files
authored
Version bump to 0.4.1 (#768)
1 parent f267924 commit eb320e3

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
@@ -26,4 +26,4 @@
2626
from keras_nlp import tokenizers
2727
from keras_nlp import utils
2828

29-
__version__ = "0.4.1.dev0"
29+
__version__ = "0.4.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.4.1.dev0",
32+
version="0.4.1",
3333
url="https://github.com/keras-team/keras-nlp",
3434
author="Keras team",
3535
author_email="[email protected]",

0 commit comments

Comments
 (0)