diff --git a/CHANGELOG.md b/CHANGELOG.md index cb6c043..12e26d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [Version 1.0.9](https://github.com/Kosmorro/lib/compare/v1.0.8...v1.0.9) (2023-08-19) + + +### Bug Fixes + +* fix compatibility with the last versions of NumPy ([#65](https://github.com/Kosmorro/lib/issues/65)) ([e43319b](https://github.com/Kosmorro/lib/commit/e43319bd6dc7f370eecfa923a126f09b740939d2)) + + + # [Version 1.0.8](https://github.com/Kosmorro/lib/compare/v1.0.7...v1.0.8) (2023-05-05) diff --git a/pyproject.toml b/pyproject.toml index fea5dab..aa1c102 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "kosmorrolib" -version = "1.0.8" +version = "1.0.9" authors = ["Jérôme Deuchnord "] homepage = "https://kosmorro.space/lib" repository = "https://github.com/Kosmorro/lib"