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 bb902cd commit 8cc0f0eCopy full SHA for 8cc0f0e
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "bayesian-optimization"
3
-version = "1.5.1"
+version = "2.0.0"
4
description = "Bayesian Optimization package"
5
authors = ["Fernando Nogueira"]
6
license = "MIT"
@@ -52,4 +52,4 @@ build-backend = "poetry.core.masonry.api"
52
exclude_lines = [
53
"pragma: no cover",
54
"if TYPE_CHECKING:",
55
-]
+]
0 commit comments