Skip to content

Commit

Permalink
version patch failed
Browse files Browse the repository at this point in the history
  • Loading branch information
fteufel committed Jul 12, 2024
1 parent 3dfab13 commit c4ae14e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion beebo/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from .acquisition import BatchedEnergyEntropyBO

__version__ = "0.0.1"
__version__ = "0.0.2"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "beebo"
version = "0.0.1"
version = "0.0.2"
description = "Batched Energy-Entropy acquistion for Bayesian optimization"
readme = "README.md"
authors = [{name="Felix Teufel", email="fegt@novonordisk.com"}]
Expand Down Expand Up @@ -34,7 +34,7 @@ dev = ["black", "bumpver", "isort", "pip-tools", "pytest"]
"pyproject.toml" = ['current_version = "{version}"', 'version = "{version}"']
"beebo/__init__.py" = ["{version}"]
[tool.bumpver]
current_version = "0.0.1"
current_version = "0.0.2"
version_pattern = "MAJOR.MINOR.PATCH"
commit_message = "bump version {old_version} -> {new_version}"
tag_message = "{new_version}"
Expand Down

0 comments on commit c4ae14e

Please sign in to comment.