Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspinder committed Oct 14, 2023
1 parent 17c6825 commit 06700de
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gpjax/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
__description__ = "Didactic Gaussian processes in JAX"
__url__ = "https://github.com/JaxGaussianProcesses/GPJax"
__contributors__ = "https://github.com/JaxGaussianProcesses/GPJax/graphs/contributors"
__version__ = "0.6.8"
__version__ = "0.7.1"

__all__ = [
"Module",
Expand Down
10 changes: 8 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "gpjax"
version = "0.6.8"
version = "0.7.1"
description = "Gaussian processes in JAX."
authors = [
"Thomas Pinder <[email protected]>",
Expand Down Expand Up @@ -206,7 +206,13 @@ ignore-words-list = "fro" # Frobenius
ignore-init-method = true
ignore-init-module = true
fail-under = 64
exclude = ["setup.py", "docs", "tests", "gpjax/__init__.py", "gpjax/citation.py"]
exclude = [
"setup.py",
"docs",
"tests",
"gpjax/__init__.py",
"gpjax/citation.py",
]
verbose = 2
quiet = false
color = true

0 comments on commit 06700de

Please sign in to comment.