]> granicus.if.org Git - liblinear/commitdiff
update version number of setup.py because of mistakes in testing PyPI. master v246
authortic66777 <113460903+tic66777@users.noreply.github.com>
Fri, 17 Feb 2023 11:48:45 +0000 (19:48 +0800)
committertic66777 <113460903+tic66777@users.noreply.github.com>
Fri, 17 Feb 2023 11:48:45 +0000 (19:48 +0800)
python/setup.py

index e87fbf6c1be76139c9656a6fdff69edeb4ee472c..ce48dc160e2330510f0d2b1593694cc967612982 100644 (file)
@@ -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"