We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79a4023 commit 92a051cCopy full SHA for 92a051c
2 files changed
docs/source/conf.py
@@ -15,8 +15,8 @@
15
project = "torchsparsegradutils"
16
copyright = "2025, CAI4CAI research group"
17
author = "CAI4CAI research group"
18
-release = "0.2.0"
19
-version = "0.2.0"
+release = "0.2.1"
+version = "0.2.1"
20
21
# -- General configuration ---------------------------------------------------
22
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "torchsparsegradutils"
7
8
description = "A collection of utility functions to work with PyTorch sparse tensors"
9
readme = "README.md"
10
requires-python = ">=3.10"
0 commit comments