From c723f42ab830953911c8d0964e851192ac7236da Mon Sep 17 00:00:00 2001 From: theorashid Date: Tue, 17 Sep 2024 12:33:32 +0100 Subject: [PATCH] bump the version --- gpjax/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpjax/__init__.py b/gpjax/__init__.py index 2d692cc7..0bb0a6bb 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.1" +__version__ = "0.9.2" __all__ = [ "base",