diff --git a/CHANGELOG.md b/CHANGELOG.md index e8d2059..0153330 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v4.5.0 (2023-04-04) +### Feature +* Test model ([`857d2cd`](https://github.com/siemdejong/dpat/commit/857d2cd7e6b11269a73c83a10625250f4229f61d)) + ## v4.4.0 (2023-03-30) ### Feature * Add hparam tuner ([#31](https://github.com/siemdejong/dpat/issues/31)) ([`b2e4094`](https://github.com/siemdejong/dpat/commit/b2e40942abc3dad0b72499480fe024f56872b6ee)) diff --git a/dpat/__init__.py b/dpat/__init__.py index 3d97644..10cab85 100644 --- a/dpat/__init__.py +++ b/dpat/__init__.py @@ -10,7 +10,7 @@ logging.getLogger("dpat").addHandler(logging.NullHandler()) -__version__ = "4.4.0" +__version__ = "4.5.0" def install_windows(vipsbin: str): diff --git a/pyproject.toml b/pyproject.toml index ec524f1..2423286 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "dpat" -version = "4.4.0" +version = "4.5.0" authors = [ {name="Siem de Jong", email="siem.dejong@hotmail.nl"}, ]