Skip to content

Commit

Permalink
Upgrade version 0.2.2 (#46)
Browse files Browse the repository at this point in the history
* docs: fix typo in README example

* build: remove requirements and update pyproject

* build: update to stable version 0.2.2
  • Loading branch information
alonfnt authored Jan 9, 2025
1 parent 71dc552 commit 5aa4f23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bayex/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from . import domain


__version__ = "0.2.1c"
__version__ = "0.2.2"

__all__ = [
"Optimizer",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "bayex"
version = "0.2.1c"
version = "0.2.2"
description = "Minimal Bayesian Optimization Implementation with Gaussian Processes written in JAX."
readme = "README.md"
requires-python = ">=3.9"
Expand Down

0 comments on commit 5aa4f23

Please sign in to comment.