From 5606b19969eda64d6d7bb0348a68a88476792342 Mon Sep 17 00:00:00 2001 From: Deuchnord Date: Sat, 19 Aug 2023 09:49:55 +0200 Subject: [PATCH] build: bump v1.0.9 --- CHANGELOG.md | 9 +++++++++ pyproject.toml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) 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"