Skip to content

Commit

Permalink
Bump version for 0.2.0 dev release (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattdangerw authored Apr 26, 2022
1 parent 0bf0225 commit fb4a84d
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 @@ -16,4 +16,4 @@
from keras_nlp import metrics
from keras_nlp import tokenizers

__version__ = "0.1.1"
__version__ = "0.2.0-dev.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.1.1",
version="0.2.0-dev.1",
url="https://github.com/keras-team/keras-nlp",
author="Keras team",
author_email="keras-nlp@google.com",
Expand Down

0 comments on commit fb4a84d

Please sign in to comment.