Skip to content

Commit 500a647

Browse files
committed
update version, correct project.license string
1 parent 3419911 commit 500a647

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dynamic = ["version"] # Version is defined in setup.py and read by setuptools
1212
description = "Differentiable sorting and ranking in PyTorch"
1313
readme = "README.md"
1414
requires-python = ">=3.7"
15-
license = { file = "LICENSE" }
15+
license = "Apache-2.0"
1616
authors = [
1717
{ name = "Teddy Koker" }
1818
]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def ext_modules():
5151

5252
setup(
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",

0 commit comments

Comments
 (0)