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