Skip to content

Commit

Permalink
Version bump to 0.4.1 (#768)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattdangerw authored Feb 24, 2023
1 parent f267924 commit eb320e3
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 @@ -26,4 +26,4 @@
from keras_nlp import tokenizers
from keras_nlp import utils

__version__ = "0.4.1.dev0"
__version__ = "0.4.1"
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.1.dev0",
version="0.4.1",
url="https://github.com/keras-team/keras-nlp",
author="Keras team",
author_email="[email protected]",
Expand Down

0 comments on commit eb320e3

Please sign in to comment.