Skip to content

Commit

Permalink
Merge pull request #411 from JaxGaussianProcesses/bump_v063
Browse files Browse the repository at this point in the history
Bump version
  • Loading branch information
daniel-dodd authored Nov 27, 2023
2 parents d211e86 + 5823ada commit e11a739
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 @@ -82,7 +82,7 @@
__description__ = "Didactic Gaussian processes in JAX"
__url__ = "https://github.com/JaxGaussianProcesses/GPJax"
__contributors__ = "https://github.com/JaxGaussianProcesses/GPJax/graphs/contributors"
__version__ = "0.7.1"
__version__ = "0.7.3"

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

0 comments on commit e11a739

Please sign in to comment.