From f429f0f67268dad01aa8f76465c5ae0394dde437 Mon Sep 17 00:00:00 2001 From: Thomas Pinder Date: Tue, 3 Sep 2024 21:54:54 +0200 Subject: [PATCH] Bump version --- gpjax/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpjax/__init__.py b/gpjax/__init__.py index a8c1aa5b9..2d692cc74 100644 --- a/gpjax/__init__.py +++ b/gpjax/__init__.py @@ -40,7 +40,7 @@ __description__ = "Didactic Gaussian processes in JAX" __url__ = "https://github.com/JaxGaussianProcesses/GPJax" __contributors__ = "https://github.com/JaxGaussianProcesses/GPJax/graphs/contributors" -__version__ = "0.9.0" +__version__ = "0.9.1" __all__ = [ "base",