From 2fcdeb8e6280627401b5ae5f06934ce32a84c26c Mon Sep 17 00:00:00 2001 From: box-archived Date: Tue, 19 Oct 2021 22:46:25 +0900 Subject: [PATCH] Bump main version to 0.4.0 --- core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core.py b/core.py index 4a801c5..db24c61 100644 --- a/core.py +++ b/core.py @@ -29,7 +29,7 @@ ) import pyperclip -__version__ = "0.3.1" +__version__ = "0.4.0" set_title("VLIVE-BACKUP-BOT") ptk_session = PromptSession()