From f4abd9ffd095296c145a10e42969e07ebf8708b7 Mon Sep 17 00:00:00 2001 From: Ryu Juheon Date: Tue, 27 May 2025 22:40:14 +0900 Subject: [PATCH] release(3.1.0): bump up 3.0.0 to 3.1.0 --- koreanbots/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koreanbots/__init__.py b/koreanbots/__init__.py index fbd1335..3792a75 100644 --- a/koreanbots/__init__.py +++ b/koreanbots/__init__.py @@ -16,6 +16,6 @@ class VersionInfo(NamedTuple): serial: int -versioninfo = VersionInfo(3, 0, 0, "final", 0) +versioninfo = VersionInfo(3, 1, 0, "final", 0) __version__ = "3.0.0"