diff --git a/CHANGELOG.md b/CHANGELOG.md index 19afd31..42d69d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [Version 1.0.11](https://github.com/Kosmorro/lib/compare/v1.0.10...v1.0.11) (2024-08-03) + + +### Bug Fixes + +* **dependencies:** force using Numpy 2.0 ([#73](https://github.com/Kosmorro/lib/issues/73)) ([9332a38](https://github.com/Kosmorro/lib/commit/9332a38c604a2ed73f2cf04bd1e12ed63fbc9b2b)) + + + # [Version 1.0.10](https://github.com/Kosmorro/lib/compare/v1.0.9...v1.0.10) (2023-11-11) diff --git a/pyproject.toml b/pyproject.toml index afaad8a..a308df6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "kosmorrolib" -version = "1.0.10" +version = "1.0.11" authors = ["Jérôme Deuchnord "] homepage = "https://kosmorro.space/lib" repository = "https://github.com/Kosmorro/lib"