Version bump.
All checks were successful
Build, Test, and Upload Python Package / deploy (push) Successful in 53s

This commit is contained in:
jupfi 2025-06-19 19:20:46 +02:00
parent b689567855
commit d1310a150f
2 changed files with 5 additions and 1 deletions

View file

@ -1,5 +1,9 @@
# Changelog
## Version 0.0.2 (19-06-2025)
- Added phase-cycling functionality
## Version 0.0.1 (15-04-2024)
- Initial release

View file

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