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