Skip to content

Commit 5aa4f23

Browse files
authoredJan 9, 2025··
Upgrade version 0.2.2 (#46)
* docs: fix typo in README example * build: remove requirements and update pyproject * build: update to stable version 0.2.2
1 parent 71dc552 commit 5aa4f23

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎bayex/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from . import domain
33

44

5-
__version__ = "0.2.1c"
5+
__version__ = "0.2.2"
66

77
__all__ = [
88
"Optimizer",

‎pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "bayex"
7-
version = "0.2.1c"
7+
version = "0.2.2"
88
description = "Minimal Bayesian Optimization Implementation with Gaussian Processes written in JAX."
99
readme = "README.md"
1010
requires-python = ">=3.9"

0 commit comments

Comments
 (0)
Please sign in to comment.