diff --git a/CHANGELOG.md b/CHANGELOG.md index babc14d..2763596 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +### Version 0.0.9 (26-04-2024) +- Switched to new formbuilder, moved Function to core + ### Version 0.0.8 (18-04-2024) - Automatic deployment to PyPI diff --git a/pyproject.toml b/pyproject.toml index aab9c24..97835fb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ allow-direct-references = true [project] name = "nqrduck-spectrometer" -version = "0.0.8" +version = "0.0.9" authors = [ { name="jupfi", email="support@nqruck.cool" }, ]