diff --git a/CHANGES.md b/CHANGES.md index 82ad466..266c8a7 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,11 @@ # Changelog for BROStar API +## 0.75 (unreleased) + + +- Nothing changed yet. + + ## 0.74 (2024-12-20) diff --git a/pyproject.toml b/pyproject.toml index 5d61d17..9a6d592 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ description = "Simplify data management for BRO" authors = [] license = {file = "LICENSE.txt"} readme = "README.md" -version = "0.74" +version = "0.75.dev0" [project.optional-dependencies] test = ["pytest"] # pytest added by nens-meta