We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71d2ddb commit d723f6eCopy full SHA for d723f6e
setup.py
@@ -12,12 +12,12 @@
12
here = path.abspath(path.dirname(__file__))
13
14
setup(
15
- name='btb',
+ name='baytune',
16
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.1.0',
+ version='0.1.1',
21
22
description='A framework for Bayesian hyperparameter selection and tuning',
23
0 commit comments