Skip to content

Commit 12747cf

Browse files
authored
Bump to v0.8.2
1 parent 7688662 commit 12747cf

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
@@ -38,7 +38,7 @@
3838
__description__ = "Didactic Gaussian processes in JAX"
3939
__url__ = "https://github.com/JaxGaussianProcesses/GPJax"
4040
__contributors__ = "https://github.com/JaxGaussianProcesses/GPJax/graphs/contributors"
41-
__version__ = "0.8.1"
41+
__version__ = "0.8.2"
4242

4343
__all__ = [
4444
"base",

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.8.1"
3+
version = "0.8.2"
44
description = "Gaussian processes in JAX."
55
authors = [
66
"Thomas Pinder <[email protected]>",

0 commit comments

Comments
 (0)