From d9e6367a5a866ae615c9fe157c1f1b1acad1e1fe Mon Sep 17 00:00:00 2001 From: trinkey Date: Tue, 31 Dec 2024 21:16:50 -0500 Subject: [PATCH] update version --- tcommon/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tcommon/settings.py b/tcommon/settings.py index f6f2f8a..3a03944 100644 --- a/tcommon/settings.py +++ b/tcommon/settings.py @@ -5,7 +5,7 @@ from config import tCOMMON_TOKEN as SECRET_KEY # noqa: F401 BASE_DIR = Path(__file__).resolve().parent.parent -VERSION = (0, 0, 1) +VERSION = (0, 2, 0) STATIC_DIR = BASE_DIR / "tcommon/static" ALLOWED_HOSTS = ["*"]