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