Skip to content

Commit 71d2ddb

Browse files
changed setup.py version number
1 parent fcff54b commit 71d2ddb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
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.0.1',
20+
version='0.1.0',
2121

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

@@ -63,4 +63,3 @@
6363
# TODO
6464
install_requires=['future'],
6565
)
66-

0 commit comments

Comments
 (0)