Skip to content

Commit d542e13

Browse files
committed
update setup.py
1 parent 0d78146 commit d542e13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="libauc",
8-
version="1.3.1",
8+
version="1.4.0",
99
author="Zhuoning Yuan, Tianbao Yang",
1010
description="LibAUC: A Deep Learning Library for X-Risk Optimization",
1111
long_description=long_description,
@@ -14,7 +14,7 @@
1414
packages=setuptools.find_packages(),
1515
classifiers=[
1616
"Programming Language :: Python :: 3",
17-
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
17+
"License :: OSI Approved :: MIT License",
1818
"Operating System :: OS Independent",
1919
],
2020
python_requires=">=3.8",

0 commit comments

Comments
 (0)