diff --git a/CHANGELOG.md b/CHANGELOG.md index 87f936a..ddfbed1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# [Version 1.0.1](https://github.com/Kosmorro/kosmorro/compare/v1.0.0...v1.0.1) (2026-01-03) + +This is a release to bypass a buguous release that PyPI does not want me upload. + # [Version 1.0.0](https://github.com/Kosmorro/kosmorro/compare/v0.10.13...v1.0.0) (2026-01-03) ### Features diff --git a/pyproject.toml b/pyproject.toml index 15945de..df1f1b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "kosmorro" -version = "1.0.0" +version = "1.0.1" description = "A program to compute the ephemerides." authors = ["Jérôme Deuchnord "] license = "AGPL-3.0-or-later"