Skip to content

Commit 06700de

Browse files
committed
Bump version
1 parent 17c6825 commit 06700de

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

gpjax/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
__description__ = "Didactic Gaussian processes in JAX"
7979
__url__ = "https://github.com/JaxGaussianProcesses/GPJax"
8080
__contributors__ = "https://github.com/JaxGaussianProcesses/GPJax/graphs/contributors"
81-
__version__ = "0.6.8"
81+
__version__ = "0.7.1"
8282

8383
__all__ = [
8484
"Module",

pyproject.toml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "gpjax"
3-
version = "0.6.8"
3+
version = "0.7.1"
44
description = "Gaussian processes in JAX."
55
authors = [
66
"Thomas Pinder <[email protected]>",
@@ -206,7 +206,13 @@ ignore-words-list = "fro" # Frobenius
206206
ignore-init-method = true
207207
ignore-init-module = true
208208
fail-under = 64
209-
exclude = ["setup.py", "docs", "tests", "gpjax/__init__.py", "gpjax/citation.py"]
209+
exclude = [
210+
"setup.py",
211+
"docs",
212+
"tests",
213+
"gpjax/__init__.py",
214+
"gpjax/citation.py",
215+
]
210216
verbose = 2
211217
quiet = false
212218
color = true

0 commit comments

Comments
 (0)