We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcff54b commit 71d2ddbCopy full SHA for 71d2ddb
setup.py
@@ -17,7 +17,7 @@
17
# Versions should comply with PEP440. For a discussion on single-sourcing
18
# the version across setup.py and the project code, see
19
# https://packaging.python.org/en/latest/single_source_version.html
20
- version='0.0.1',
+ version='0.1.0',
21
22
description='A framework for Bayesian hyperparameter selection and tuning',
23
@@ -63,4 +63,3 @@
63
# TODO
64
install_requires=['future'],
65
)
66
-
0 commit comments