Skip to content

Commit e11a739

Browse files
authored
Merge pull request #411 from JaxGaussianProcesses/bump_v063
Bump version
2 parents d211e86 + 5823ada commit e11a739

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gpjax/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
__description__ = "Didactic Gaussian processes in JAX"
8383
__url__ = "https://github.com/JaxGaussianProcesses/GPJax"
8484
__contributors__ = "https://github.com/JaxGaussianProcesses/GPJax/graphs/contributors"
85-
__version__ = "0.7.1"
85+
__version__ = "0.7.3"
8686

8787
__all__ = [
8888
"Module",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "gpjax"
3-
version = "0.7.1"
3+
version = "0.7.3"
44
description = "Gaussian processes in JAX."
55
authors = [
66
"Thomas Pinder <[email protected]>",

0 commit comments

Comments
 (0)