This commit is contained in:
ed 2020-11-17 23:58:08 +01:00
parent 0c53de6767
commit 223657e5f8

View file

@ -1,8 +1,8 @@
# coding: utf-8
VERSION = (0, 5, 3)
VERSION = (0, 5, 4)
CODENAME = "fuse jelly"
BUILD_DT = (2020, 11, 13)
BUILD_DT = (2020, 11, 17)
S_VERSION = ".".join(map(str, VERSION))
S_BUILD_DT = "{0:04d}-{1:02d}-{2:02d}".format(*BUILD_DT)