bump version 1.13.0

This commit is contained in:
Martin Bubel 2023-12-20 22:12:45 +01:00
parent f6db4775b1
commit 112f9992d6
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