From ed0c98576ba4fa01946ac4ca5bcb69797076dc93 Mon Sep 17 00:00:00 2001 From: Ryu JuHeon Date: Tue, 13 Jul 2021 17:25:30 +0900 Subject: [PATCH] style(__init__): bump up 1.0.2 to 1.0.3 --- koreanbots/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koreanbots/__init__.py b/koreanbots/__init__.py index 1590777..7a07c03 100644 --- a/koreanbots/__init__.py +++ b/koreanbots/__init__.py @@ -14,6 +14,6 @@ class VersionInfo(NamedTuple): serial: int -versioninfo = VersionInfo(1, 0, 2, "final", 0) +versioninfo = VersionInfo(1, 0, 3, "final", 0) -__version__ = "1.0.2" +__version__ = "1.0.3"