Skip to content

Commit 94ac3ce

Browse files
authored
Bump version number to 0.1.1 (#90)
1 parent 61ecffb commit 94ac3ce

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
@@ -15,4 +15,4 @@
1515
from keras_nlp import layers
1616
from keras_nlp import tokenizers
1717

18-
__version__ = "0.1.0"
18+
__version__ = "0.1.1"

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.1.0",
32+
version="0.1.1",
3333
url="https://github.com/keras-team/keras-nlp",
3434
author="Keras team",
3535
author_email="keras-nlp@google.com",

0 commit comments

Comments
 (0)