diff --git a/gpjax/__init__.py b/gpjax/__init__.py index 34a1d1e19..eca71e399 100644 --- a/gpjax/__init__.py +++ b/gpjax/__init__.py @@ -78,7 +78,7 @@ __description__ = "Didactic Gaussian processes in JAX" __url__ = "https://github.com/JaxGaussianProcesses/GPJax" __contributors__ = "https://github.com/JaxGaussianProcesses/GPJax/graphs/contributors" -__version__ = "0.6.8" +__version__ = "0.7.1" __all__ = [ "Module", diff --git a/pyproject.toml b/pyproject.toml index 05f0ede74..c9266f44c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "gpjax" -version = "0.6.8" +version = "0.7.1" description = "Gaussian processes in JAX." authors = [ "Thomas Pinder ", @@ -206,7 +206,13 @@ ignore-words-list = "fro" # Frobenius ignore-init-method = true ignore-init-module = true fail-under = 64 -exclude = ["setup.py", "docs", "tests", "gpjax/__init__.py", "gpjax/citation.py"] +exclude = [ + "setup.py", + "docs", + "tests", + "gpjax/__init__.py", + "gpjax/citation.py", +] verbose = 2 quiet = false color = true