From dd5954115daed068688e21746c1f465e50c14df4 Mon Sep 17 00:00:00 2001 From: levina <82658782+levina-lab@users.noreply.github.com> Date: Sat, 9 Oct 2021 22:25:49 +0700 Subject: [PATCH] version --- bot/__init__.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 bot/__init__.py diff --git a/bot/__init__.py b/bot/__init__.py new file mode 100644 index 0000000..dffe862 --- /dev/null +++ b/bot/__init__.py @@ -0,0 +1,3 @@ +"""plugins""" + +__version__ = "0.4.0"