From b5efd320745c6ea0bd693b899fefc9925437c7f3 Mon Sep 17 00:00:00 2001 From: jupfi Date: Fri, 26 Apr 2024 17:53:25 +0200 Subject: [PATCH] Version bump. --- CHANGELOG.md | 3 +++ pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59dc380..cf13fa8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +### Version 0.0.3 (26-04-2024) +- Switched to new formbuilder. This should make implementation of signal processing methods more robust and easier. + ### Version 0.0.2 (17-04-2024) - Deployment to PyPi via github actions diff --git a/pyproject.toml b/pyproject.toml index 967e862..1e965e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ allow-direct-references = true [project] name = "nqrduck-measurement" -version = "0.0.2" +version = "0.0.3" authors = [ { name="jupfi", email="support@nqrduck.cool" }, ]