diff --git a/CHANGELOG.md b/CHANGELOG.md index bb635e4..2f5ae05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # CHANGELOG +## v0.25.4 (2024-11-06) + +### Bug Fixes + +* fix(deps): update dependency tqdm to v4.67.0 ([`ab27f1b`](https://github.com/MartinBernstorff/Memium/commit/ab27f1b9ce89f4d2dbe849f3397124f72e475925)) + + ## v0.25.3 (2024-11-06) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index c3d1999..92ce961 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "memium" -version = "0.25.3" +version = "0.25.4" authors = [{ name = "Martin Bernstorff", email = "martinbernstorff@gmail.com" }] description = "Memium" classifiers = ["Programming Language :: Python :: 3.11"]