From e19779d163b96ca0e79bf77771b3cd636e0f0d92 Mon Sep 17 00:00:00 2001 From: Naoto Mizuno Date: Tue, 19 Nov 2024 09:31:18 +0900 Subject: [PATCH] Bump up version to v0.1.0 --- atcoder/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atcoder/__init__.py b/atcoder/__init__.py index b30ba70..74bbf84 100644 --- a/atcoder/__init__.py +++ b/atcoder/__init__.py @@ -1,3 +1,3 @@ # Python port of AtCoder Library. -__version__ = '0.0.1' +__version__ = '0.1.0'