Skip to content

Commit d723f6e

Browse files
committed
Prepare baytune-v0.1.1 release
1 parent 71d2ddb commit d723f6e

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
@@ -12,12 +12,12 @@
1212
here = path.abspath(path.dirname(__file__))
1313

1414
setup(
15-
name='btb',
15+
name='baytune',
1616

1717
# Versions should comply with PEP440. For a discussion on single-sourcing
1818
# the version across setup.py and the project code, see
1919
# https://packaging.python.org/en/latest/single_source_version.html
20-
version='0.1.0',
20+
version='0.1.1',
2121

2222
description='A framework for Bayesian hyperparameter selection and tuning',
2323

0 commit comments

Comments
 (0)