diff --git a/CHANGELOG.md b/CHANGELOG.md index 11aec56..f9fdabb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [Version 1.0.3](https://github.com/Kosmorro/lib/compare/v1.0.2...v1.0.3) (2022-01-09) + + +### Bug Fixes + +* fix packaging ([853d3c1](https://github.com/Kosmorro/lib/commit/853d3c12810200a09d6b3fe713fef83447e22add)) + + + # [Version 1.0.2](https://github.com/Kosmorro/lib/compare/v1.0.1...v1.0.2) (2022-01-09) diff --git a/pyproject.toml b/pyproject.toml index 7299258..355b0cf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "kosmorrolib" -version = "1.0.2" +version = "1.0.3" authors = ["Jérôme Deuchnord "] homepage = "https://kosmorro.space/lib" repository = "https://github.com/Kosmorro/lib"