From 319e1208590d97216a36e90da04d3115d671d854 Mon Sep 17 00:00:00 2001 From: Arnaud Belcour Date: Mon, 26 Feb 2024 16:55:17 +0100 Subject: [PATCH] Fix typo. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ed560d..e625430 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ ## Modify: -- use mpwt \_\_version\_\_ to check mpwt version (remove the use of pkg_resource to check version as it will become deprecated in the future). +- use mpwt \_\_version\_\_ to check mpwt version (remove the use of pkg_resources to check version as it will become deprecated in the future). - move from setup.py/setup.cfg to pyproject.toml. - update license year.