From e723a6167c07175df53963cb83fa6de751bf8dd2 Mon Sep 17 00:00:00 2001 From: box-archived Date: Mon, 30 Aug 2021 16:25:11 +0900 Subject: [PATCH] Bump main version to 0.2.1 --- core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core.py b/core.py index 547db48..aae3196 100644 --- a/core.py +++ b/core.py @@ -29,7 +29,7 @@ ) import pyclip -__version__ = "0.2.0" +__version__ = "0.2.1" set_title("VLIVE-BACKUP-BOT") ptk_session = PromptSession()