Skip to content

Commit

Permalink
Merge pull request #443 from JaxGaussianProcesses/v081-bump
Browse files Browse the repository at this point in the history
Bump version
  • Loading branch information
thomaspinder authored Mar 12, 2024
2 parents 50a4b96 + 77d3a35 commit 3980e7a
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.0"
__version__ = "0.8.1"

__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.0"
version = "0.8.1"
description = "Gaussian processes in JAX."
authors = [
"Thomas Pinder <tompinder@live.co.uk>",
Expand Down

0 comments on commit 3980e7a

Please sign in to comment.