File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ dynamic = ["version"] # Version is defined in setup.py and read by setuptools
1212description = " Differentiable sorting and ranking in PyTorch"
1313readme = " README.md"
1414requires-python = " >=3.7"
15- license = { file = " LICENSE " }
15+ license = " Apache-2.0 "
1616authors = [
1717 { name = " Teddy Koker" }
1818]
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ def ext_modules():
5151
5252setup (
5353 name = "torchsort" ,
54- version = "0.1.9 " + os .getenv ("TORCHSORT_VERSION_SUFFIX" , "" ),
54+ version = "0.1.10 " + os .getenv ("TORCHSORT_VERSION_SUFFIX" , "" ),
5555 description = "Differentiable sorting and ranking in PyTorch" ,
5656 author = "Teddy Koker" ,
5757 url = "https://github.com/teddykoker/torchsort" ,
You can’t perform that action at this time.
0 commit comments