This commit is contained in:
ed 2021-04-21 01:19:22 +02:00
parent c06d928bb5
commit 04f1b2cf3a

View file

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