Merge pull request #1055 from SheffieldML/1035-version-confusion

bump version 1.13.0
This commit is contained in:
Neil Lawrence 2023-12-20 21:21:37 +00:00 committed by GitHub
commit 8d27188c4b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 2 deletions

View file

@ -2,6 +2,8 @@
## Unreleased
## v1.13.0 (2023-12-20)
* limit supported python versions to `">=3.9"` in accordance with numpy
* Change from `nosetest` to `pytest`

View file

@ -1 +1 @@
__version__ = "1.12.0"
__version__ = "1.13.0"

View file

@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.12.0
current_version = 1.13.0
tag = True
commit = True