diff --git a/CHANGES.md b/CHANGES.md index 7e9cfd3..297ec80 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,11 @@ # Changelog for BROStar API +## 0.18 (unreleased) + + +- Nothing changed yet. + + ## 0.17 (2024-07-19) diff --git a/pyproject.toml b/pyproject.toml index 954713e..febf826 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ description = "Simplify data management for BRO" authors = [] license = {file = "LICENSE.txt"} readme = "README.md" -version = "0.17" +version = "0.18.dev0" [project.optional-dependencies] test = ["pytest"] # pytest added by nens-meta