From: tic66777 <113460903+tic66777@users.noreply.github.com> Date: Fri, 17 Feb 2023 11:48:45 +0000 (+0800) Subject: update version number of setup.py because of mistakes in testing PyPI. X-Git-Tag: v246 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;p=liblinear update version number of setup.py because of mistakes in testing PyPI. --- 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"