From 77d3a35693f5b03577bb416b4bb4431d17300895 Mon Sep 17 00:00:00 2001 From: Thomas Pinder Date: Tue, 12 Mar 2024 08:32:07 +0100 Subject: [PATCH] Bump version --- 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 0fa71556..ef57f7a8 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.0" +__version__ = "0.8.1" __all__ = [ "base", diff --git a/pyproject.toml b/pyproject.toml index 24a88ebb..3df99882 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "gpjax" -version = "0.8.0" +version = "0.8.1" description = "Gaussian processes in JAX." authors = [ "Thomas Pinder ",