From d92f22288923829fd5954aa03c59f774bf17a810 Mon Sep 17 00:00:00 2001 From: Stefano <46034160+stefanocortinovis@users.noreply.github.com> Date: Fri, 1 Nov 2024 19:36:36 +0000 Subject: [PATCH] Bump project version to 0.9.3 (#487) --- gpjax/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpjax/__init__.py b/gpjax/__init__.py index 0bb0a6bbb..3e14fc014 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.2" +__version__ = "0.9.3" __all__ = [ "base",