We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71dc552 commit 5aa4f23Copy full SHA for 5aa4f23
bayex/__init__.py
@@ -2,7 +2,7 @@
2
from . import domain
3
4
5
-__version__ = "0.2.1c"
+__version__ = "0.2.2"
6
7
__all__ = [
8
"Optimizer",
pyproject.toml
@@ -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."
9
readme = "README.md"
10
requires-python = ">=3.9"
0 commit comments