From f6ebdf43653484cb07b653d4afc1806a9eec4290 Mon Sep 17 00:00:00 2001 From: box-archived Date: Fri, 26 Mar 2021 19:05:47 +0900 Subject: [PATCH] Bump main version to 0.1.3 --- core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core.py b/core.py index 2974b98..c27333a 100644 --- a/core.py +++ b/core.py @@ -27,7 +27,7 @@ ) import pyclip -__version__ = "0.1.2" +__version__ = "0.1.3" set_title("VLIVE-BACKUP-BOT") ptk_session = PromptSession()