This commit is contained in:
ed 2020-11-30 03:01:14 +01:00
parent 2bc6a20d71
commit eafe2098b6

View file

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