This commit is contained in:
ed 2021-11-08 22:39:00 +01:00
parent 171ce348d6
commit 391caca043

View file

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