From 12747cf2d877b2f51025ebf8ebf4de26666b098b Mon Sep 17 00:00:00 2001 From: Thomas Pinder Date: Sat, 23 Mar 2024 10:14:54 +0100 Subject: [PATCH] Bump to v0.8.2 --- gpjax/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gpjax/__init__.py b/gpjax/__init__.py index ef57f7a8..9e1b6984 100644 --- a/gpjax/__init__.py +++ b/gpjax/__init__.py @@ -38,7 +38,7 @@ __description__ = "Didactic Gaussian processes in JAX" __url__ = "https://github.com/JaxGaussianProcesses/GPJax" __contributors__ = "https://github.com/JaxGaussianProcesses/GPJax/graphs/contributors" -__version__ = "0.8.1" +__version__ = "0.8.2" __all__ = [ "base", diff --git a/pyproject.toml b/pyproject.toml index fd21bb36..c95abf66 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "gpjax" -version = "0.8.1" +version = "0.8.2" description = "Gaussian processes in JAX." authors = [ "Thomas Pinder ",