Skip to content

Commit bf8e623

Browse files
committed
update setup.py
1 parent f6a879d commit bf8e623

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88

99
setup(
1010
name='autokeras',
11-
version='1.0.0a0',
11+
version='1.0.0b0',
1212
description='AutoML for deep learning',
1313
package_data={'': ['README.md']},
1414
long_description=readme.read_text(encoding='utf-8'),
1515
long_description_content_type='text/markdown',
1616
author='Data Analytics at Texas A&M (DATA) Lab, Keras Team',
1717
author_email='[email protected]',
1818
url='http://autokeras.com',
19-
download_url='https://github.com/keras-team/autokeras/archive/1.0.0a0.tar.gz',
19+
download_url='https://github.com/keras-team/autokeras/archive/1.0.0b0.tar.gz',
2020
keywords=['AutoML', 'keras'],
2121
install_requires=[
2222
'tensorflow>=2.0.0',

0 commit comments

Comments
 (0)