From 70ecb8963b9390baf56892290b0d5a9e7e3d84ec Mon Sep 17 00:00:00 2001 From: tic66777 <113460903+tic66777@users.noreply.github.com> Date: Fri, 17 Feb 2023 19:48:45 +0800 Subject: [PATCH] update version number of setup.py because of mistakes in testing PyPI. --- python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/setup.py b/python/setup.py index e87fbf6..ce48dc1 100644 --- a/python/setup.py +++ b/python/setup.py @@ -16,7 +16,7 @@ build_ext.get_export_symbols = lambda x, y: [] PACKAGE_DIR = "liblinear" PACKAGE_NAME = "liblinear-official" -VERSION = "2.46.0" +VERSION = "2.46.1" cpp_dir = "cpp-source" # should be consistent with dynamic_lib_name in liblinear/liblinear.py dynamic_lib_name = "clib" -- 2.40.0