Skip to content

Commit

Permalink
Release version 2.38.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tukiains committed Aug 2, 2024
1 parent e2272a0 commit fb629bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/data_processing/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
MAJOR = 2
MINOR = 37
PATCH = 13
MINOR = 38
PATCH = 0
__version__ = f"{MAJOR}.{MINOR}.{PATCH}"

0 comments on commit fb629bb

Please sign in to comment.