From a3ad5adf1b896a5372c9b1b25e32b0aab2247584 Mon Sep 17 00:00:00 2001 From: SigureMo Date: Mon, 3 May 2021 04:26:01 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20release:=20v2.0.0-alpha.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- yutto/__version__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yutto/__version__.py b/yutto/__version__.py index 4f75e52..e97f791 100644 --- a/yutto/__version__.py +++ b/yutto/__version__.py @@ -1,3 +1,3 @@ -VERSION = (2, 0, "0-alpha", 1) +VERSION = (2, 0, "0-alpha", 2) __version__ = ".".join(map(str, VERSION))