Skip to content

Commit

Permalink
1.2.1 (#838)
Browse files Browse the repository at this point in the history
  • Loading branch information
haifeng-jin authored Feb 10, 2023
1 parent 16b25c3 commit aba01ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion keras_tuner/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ class Version(str):
__name__ = "Version"


__version__ = Version("1.2.1dev")
__version__ = Version("1.2.1")
keras_tuner_export("keras_tuner.__version__")(__version__)
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
author="The KerasTuner authors",
author_email="[email protected]",
license="Apache License 2.0",
version="1.2.1dev",
version="1.2.1",
install_requires=[
"packaging",
"tensorflow>=2.0",
Expand Down

0 comments on commit aba01ea

Please sign in to comment.