We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f6db477 + 112f999 commit 8d27188Copy full SHA for 8d27188
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## Unreleased
4
5
+## v1.13.0 (2023-12-20)
6
+
7
* limit supported python versions to `">=3.9"` in accordance with numpy
8
9
* Change from `nosetest` to `pytest`
GPy/__version__.py
@@ -1 +1 @@
1
-__version__ = "1.12.0"
+__version__ = "1.13.0"
setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 1.12.0
+current_version = 1.13.0
tag = True
commit = True
0 commit comments