Skip to content

Commit 8cc0f0e

Browse files
authored
prepare for release: v2.0.0 (#529)
1 parent bb902cd commit 8cc0f0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "bayesian-optimization"
3-
version = "1.5.1"
3+
version = "2.0.0"
44
description = "Bayesian Optimization package"
55
authors = ["Fernando Nogueira"]
66
license = "MIT"
@@ -52,4 +52,4 @@ build-backend = "poetry.core.masonry.api"
5252
exclude_lines = [
5353
"pragma: no cover",
5454
"if TYPE_CHECKING:",
55-
]
55+
]

0 commit comments

Comments
 (0)