From 80fb73694b57c65d5e93b22a93e4d4e2909af3ab Mon Sep 17 00:00:00 2001 From: Yuki Koyama Date: Sat, 25 Mar 2023 22:34:38 +0900 Subject: [PATCH] Increment the python version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b5d1b4b..40dbce1 100644 --- a/setup.py +++ b/setup.py @@ -55,7 +55,7 @@ def build_extension(self, ext): setup( name="pySequentialLineSearch", - version="0.3", + version="0.4", author="Yuki Koyama", author_email="yuki@koyama.xyz", description="Python bindings of sequential line search",