diff --git a/CHANGES.md b/CHANGES.md index 1aca8d1..e05576e 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,11 @@ # Changelog for BROStar API +## 0.78 (unreleased) + + +- Nothing changed yet. + + ## 0.77 (2025-01-02) diff --git a/pyproject.toml b/pyproject.toml index 15205a9..8237d31 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.77" +version = "0.78.dev0" [project.optional-dependencies] test = ["pytest"] # pytest added by nens-meta