This commit is contained in:
ed 2021-07-20 01:03:08 +02:00
parent 027e8c18f1
commit f9be4c62b1

View file

@ -1,8 +1,8 @@
# coding: utf-8
VERSION = (0, 11, 43)
VERSION = (0, 11, 44)
CODENAME = "the grid"
BUILD_DT = (2021, 7, 19)
BUILD_DT = (2021, 7, 20)
S_VERSION = ".".join(map(str, VERSION))
S_BUILD_DT = "{0:04d}-{1:02d}-{2:02d}".format(*BUILD_DT)