We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6a879d commit bf8e623Copy full SHA for bf8e623
setup.py
@@ -8,15 +8,15 @@
8
9
setup(
10
name='autokeras',
11
- version='1.0.0a0',
+ version='1.0.0b0',
12
description='AutoML for deep learning',
13
package_data={'': ['README.md']},
14
long_description=readme.read_text(encoding='utf-8'),
15
long_description_content_type='text/markdown',
16
author='Data Analytics at Texas A&M (DATA) Lab, Keras Team',
17
author_email='[email protected]',
18
url='http://autokeras.com',
19
- download_url='https://github.com/keras-team/autokeras/archive/1.0.0a0.tar.gz',
+ download_url='https://github.com/keras-team/autokeras/archive/1.0.0b0.tar.gz',
20
keywords=['AutoML', 'keras'],
21
install_requires=[
22
'tensorflow>=2.0.0',
0 commit comments