Skip to content

Commit 61434b6

Browse files
authored
Merge pull request #143 from JaxGaussianProcesses/v0.5.1
Bump version to v0.5.1
2 parents 0293217 + dd28418 commit 61434b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gpjax/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
__description__ = "Didactic Gaussian processes in JAX"
4343
__url__ = "https://github.com/thomaspinder/GPJax"
4444
__contributors__ = "https://github.com/thomaspinder/GPJax/graphs/contributors"
45-
__version__ = "0.5.0"
45+
__version__ = "0.5.1"
4646

4747

4848
__all__ = [

0 commit comments

Comments
 (0)