Skip to content

Commit

Permalink
Version bump to 0.5.0 (#767)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattdangerw authored Feb 22, 2023
1 parent d658112 commit cd16b3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion keras_nlp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@
from keras_nlp import tokenizers
from keras_nlp import utils

__version__ = "0.4.0"
__version__ = "0.5.0"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
),
long_description=README,
long_description_content_type="text/markdown",
version="0.4.0",
version="0.5.0",
url="https://github.com/keras-team/keras-nlp",
author="Keras team",
author_email="[email protected]",
Expand Down

0 comments on commit cd16b3d

Please sign in to comment.