This commit is contained in:
ed 2022-04-03 07:56:19 +02:00
parent 61cf76bf63
commit 223229b01d
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
VERSION = (1, 2, 0)
BUILD_DT = (2021, 9, 24)
VERSION = (1, 3, 0)
BUILD_DT = (2022, 4, 3)
S_VERSION = ".".join(map(str, VERSION))
S_BUILD_DT = "{0:04d}-{1:02d}-{2:02d}".format(*BUILD_DT)