Version bump v0.0.4

This commit is contained in:
jupfi 2024-05-05 15:52:02 +02:00
parent ecab5c6cda
commit 278fc5b50b
2 changed files with 5 additions and 1 deletions

View file

@ -1,5 +1,9 @@
# Changelog
### Version 0.0.4 (05-05-2024)
- Added display of multiple measurements that can be displayed in th plot window.
- Now using the FileManager class instead of QFileManager
### Version 0.0.3 (26-04-2024)
- Switched to new formbuilder. This should make implementation of signal processing methods more robust and easier.

View file

@ -7,7 +7,7 @@ allow-direct-references = true
[project]
name = "nqrduck-measurement"
version = "0.0.3"
version = "0.0.4"
authors = [
{ name="jupfi", email="support@nqrduck.cool" },
]