This commit is contained in:
ed 2021-09-19 15:11:48 +02:00
parent 59be76cd44
commit eacbcda8e5
2 changed files with 1 additions and 2 deletions

View file

@ -1,6 +1,6 @@
# coding: utf-8
VERSION = (1, 0, 4)
VERSION = (1, 0, 5)
CODENAME = "sufficient"
BUILD_DT = (2021, 9, 19)

View file

@ -1,7 +1,6 @@
# coding: utf-8
from __future__ import print_function, unicode_literals
import re
import os
import sys
import time