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