Skip to content

Commit 75c713b

Browse files
committed
update version to 1.0.2
1 parent 372989b commit 75c713b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

kerastuner/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@
3535
from .utils import check_tf_version
3636
check_tf_version()
3737

38-
__version__ = '1.0.2rc2'
38+
__version__ = '1.0.2'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
from setuptools import find_packages
2020
from setuptools import setup
2121

22-
version = '1.0.2rc1dev'
22+
version = '1.0.2'
2323

2424
setup(
2525
name='keras-tuner',

0 commit comments

Comments
 (0)