Browse Source

Increase version number

check-vt100
Aleksander Kiryk 4 years ago
parent
commit
48a52ee5ab
  1. 2
      common.py

2
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']

Loading…
Cancel
Save