From d497e78566c4a6cc588b87b6c46bc02450938879 Mon Sep 17 00:00:00 2001 From: hldh214 Date: Mon, 17 Apr 2023 16:33:59 +0900 Subject: [PATCH] feat(setup.py): bump version to `0.2.0` Signed-off-by: hldh214 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index eb97f95..354c77f 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='buff2steam', - version='0.1.0', + version='0.2.0', python_requires='>=3.7', url='https://github.com/hldh214/buff2steam', license='Unlicense',