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