From 48a52ee5abd535fc63678dead227a192f6ceee80 Mon Sep 17 00:00:00 2001 From: Aleksander Kiryk Date: Tue, 20 Sep 2022 12:58:45 +0200 Subject: [PATCH] Increase version number --- common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.py b/common.py index 998c570..7504b8e 100644 --- a/common.py +++ b/common.py @@ -14,7 +14,7 @@ import re # Increase major number for general changes, middle number for smaller changes # that can cause incompatibilities and minor number for regular fixes -SARGRAPH_VERSION = "2.1.0" +SARGRAPH_VERSION = "2.1.1" # Define units for use with unit_str TIME_UNITS = ['seconds', 'minutes', 'hours']