diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index e69de29..1419864 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -0,0 +1,6 @@ +## [0.1.0](https://github.com/Safe-DS/Runner/compare/v0.0.1...v0.1.0) (2023-11-29) + + +### Features + +* drop Python 3.10 and add Python 3.12 ([#4](https://github.com/Safe-DS/Runner/issues/4)) ([08a8972](https://github.com/Safe-DS/Runner/commit/08a8972af06a3ee26a6da4b133403e5e78933185)) diff --git a/pyproject.toml b/pyproject.toml index f9d440b..cc8990b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "safe-ds-runner" -version = "0.0.1" +version = "0.1.0" description = "Execute Safe-DS programs that were compiled to Python." authors = ["Lars Reimann "] license = "MIT"