Skip to content

Commit

Permalink
prepare for release: v2.0.0 (#529)
Browse files Browse the repository at this point in the history
  • Loading branch information
till-m authored Oct 21, 2024
1 parent bb902cd commit 8cc0f0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "bayesian-optimization"
version = "1.5.1"
version = "2.0.0"
description = "Bayesian Optimization package"
authors = ["Fernando Nogueira"]
license = "MIT"
Expand Down Expand Up @@ -52,4 +52,4 @@ build-backend = "poetry.core.masonry.api"
exclude_lines = [
"pragma: no cover",
"if TYPE_CHECKING:",
]
]

0 comments on commit 8cc0f0e

Please sign in to comment.