Skip to content

Commit

Permalink
Release version 2.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tukiains committed Aug 15, 2023
1 parent aa53fc9 commit 84ab9bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data_processing/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
MAJOR = 2
MINOR = 20
PATCH = 0
PATCH = 1
__version__ = f"{MAJOR}.{MINOR}.{PATCH}"

0 comments on commit 84ab9bc

Please sign in to comment.