bump version 1.13.2

This commit is contained in:
Martin Bubel 2024-07-21 17:08:02 +02:00
parent dd04700c0e
commit e619c9c45e
3 changed files with 4 additions and 2 deletions

View file

@ -1,6 +1,8 @@
# Changelog
## Unreleased
## v1.13.2 (2024-07-21)
* update string checks in initialization method for latent variable and put `empirical_samples` init-method on a deprecation path
* update dependencies to `numpy>=1.7.0,<2.0.0`

View file

@ -1 +1 @@
__version__ = "1.13.1"
__version__ = "1.13.2"

View file

@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.13.1
current_version = 1.13.2
tag = True
commit = True