#####################################################
# Copyright (c) Xuanyi Dong [GitHub D-X-Y], 2021.05 #
#####################################################
# An Automated Deep Learning Package to support     #
# research activities.                              #
#####################################################


def version():
    versions = ["0.9.9"]  # 2021.05.19
    return versions[-1]