Skip to content

Commit 34f80f5

Browse files
committed
Release version 2.62.1
1 parent b26d327 commit 34f80f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/processing/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
MAJOR = 2
22
MINOR = 62
3-
PATCH = 0
3+
PATCH = 1
44
__version__ = f"{MAJOR}.{MINOR}.{PATCH}"

0 commit comments

Comments
 (0)