From 650114c85c48a80ae60ee84dc47853a0fbf2280e Mon Sep 17 00:00:00 2001 From: Ryosuke Ito Date: Sun, 1 Dec 2024 01:50:44 +0900 Subject: [PATCH] Bump version to 0.5.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9913a26..a94cb3a 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from distutils.core import Extension, setup -VERSION = '0.4.0' +VERSION = '0.5.0' def read_file(path):