Skip to content

Commit

Permalink
Merge pull request #448 from JaxGaussianProcesses/v0.8.2-bump
Browse files Browse the repository at this point in the history
Bump to v0.8.2
  • Loading branch information
thomaspinder authored Mar 23, 2024
2 parents 7688662 + 12747cf commit e2a88c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gpjax/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "gpjax"
version = "0.8.1"
version = "0.8.2"
description = "Gaussian processes in JAX."
authors = [
"Thomas Pinder <tompinder@live.co.uk>",
Expand Down

0 comments on commit e2a88c4

Please sign in to comment.