Skip to content

Commit 00c500b

Browse files
Update pyproject.toml
1 parent c2e84c9 commit 00c500b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "torch-kde"
7-
version = "0.1.0"
7+
version = "0.1.1"
88
description = "A differentiable implementation of kernel density estimation in PyTorch"
99
readme = "README_PyPI.md"
1010
license = { text = "MIT" }
@@ -27,4 +27,4 @@ where = ["."]
2727
include = ["torchkde*"]
2828

2929
[project.urls]
30-
"Homepage" = "https://github.com/rudolfwilliam/torch-kde"
30+
"Homepage" = "https://github.com/rudolfwilliam/torch-kde"

0 commit comments

Comments
 (0)