This commit is contained in:
ed 2021-10-12 01:43:56 +02:00
parent 2f021a0c2b
commit 726a98100b

View file

@ -1,8 +1,8 @@
# coding: utf-8
VERSION = (1, 0, 9)
VERSION = (1, 0, 10)
CODENAME = "sufficient"
BUILD_DT = (2021, 10, 9)
BUILD_DT = (2021, 10, 12)
S_VERSION = ".".join(map(str, VERSION))
S_BUILD_DT = "{0:04d}-{1:02d}-{2:02d}".format(*BUILD_DT)