We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f48093 commit 576cf5cCopy full SHA for 576cf5c
src/processing/version.py
@@ -1,4 +1,4 @@
1
MAJOR = 2
2
MINOR = 63
3
-PATCH = 4
+PATCH = 5
4
__version__ = f"{MAJOR}.{MINOR}.{PATCH}"
0 commit comments