Feature/bump-patch-version
Has to wait for !220 (merged)
After this is merged, we have to delete this temporary tag, which I introduced in order to make the deploy job in the pipeline work. It currently fails because it tries to use the fieldcompare
package (after pip installing it) on the last tag to extract version info. But that fails because on the last tag, a pip install pulls numpy2.0, but the package is incompatible with it :/
Edited by Dennis Gläser