From 05d505e9afbd6e2513d908f949774f274608482b Mon Sep 17 00:00:00 2001 From: SantaSpeen Date: Thu, 29 Sep 2022 23:53:29 +0300 Subject: [PATCH] Add version file --- src/__version__.py | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/__version__.py diff --git a/src/__version__.py b/src/__version__.py new file mode 100644 index 0000000..3e61bc9 --- /dev/null +++ b/src/__version__.py @@ -0,0 +1,11 @@ +# -*- coding: utf-8 -*- + +__title__ = 'KuiToi-Server' +__description__ = 'BeamingDrive Multiplayer server compatible with BeamMP clients.' +__url__ = 'https://github.com/kuitoi/kuitoi-Server' +__version__ = '0.0.2' +__build__ = 13 +__author__ = 'SantaSpeen' +__author_email__ = 'SantaSpeen@gmail.com' +__license__ = "FPA" +__copyright__ = 'Copyright 2022 © SantaSpeen (Maxim Khomutov)'