Skip to content
Snippets Groups Projects

bump version to 1.1.0

Merged Wout De Nolf requested to merge release into main
3 files
+ 3
3
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 1
1
@@ -7,7 +7,7 @@ release = importlib.metadata.version("ewoksppf")
project = "ewoksppf"
version = ".".join(release.split(".")[:2])
copyright = "2021-2024, ESRF"
copyright = "2021-2025, ESRF"
author = "ESRF"
docstitle = f"{project} {version}"
Loading