We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e5c89f commit 8549c83Copy full SHA for 8549c83
setup.py
@@ -1,8 +1,9 @@
1
from setuptools import setup, find_packages
2
+import bayes_opt
3
4
setup(
5
name='bayesian-optimization',
- version='1.2.0',
6
+ version=bayes_opt.__version__,
7
url='https://github.com/fmfn/BayesianOptimization',
8
packages=find_packages(),
9
author='Fernando Nogueira',
0 commit comments