From 4a60d91b811e34c7fc1439e604c18e59dfcf666d Mon Sep 17 00:00:00 2001 From: trinkey Date: Thu, 16 Jan 2025 10:10:00 -0500 Subject: [PATCH] inc version --- tcommon/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tcommon/settings.py b/tcommon/settings.py index 85d02a0..f19fc4f 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, 2, 1) +VERSION = (0, 2, 2) STATIC_DIR = BASE_DIR / "tcommon/static" ALLOWED_HOSTS = ["*"]