We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2e84c9 commit 00c500bCopy full SHA for 00c500b
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "torch-kde"
7
-version = "0.1.0"
+version = "0.1.1"
8
description = "A differentiable implementation of kernel density estimation in PyTorch"
9
readme = "README_PyPI.md"
10
license = { text = "MIT" }
@@ -27,4 +27,4 @@ where = ["."]
27
include = ["torchkde*"]
28
29
[project.urls]
30
-"Homepage" = "https://github.com/rudolfwilliam/torch-kde"
+"Homepage" = "https://github.com/rudolfwilliam/torch-kde"
0 commit comments