From 0924e3d6801808abf19b7a41cd3712a1cc5c95ce Mon Sep 17 00:00:00 2001 From: box-archived Date: Tue, 31 Aug 2021 17:53:57 +0900 Subject: [PATCH] Bump main version to 0.3.0 --- core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core.py b/core.py index 5b3f5cd..df144bf 100644 --- a/core.py +++ b/core.py @@ -29,7 +29,7 @@ ) import pyclip -__version__ = "0.2.2" +__version__ = "0.3.0" set_title("VLIVE-BACKUP-BOT") ptk_session = PromptSession()