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