Skip to content

Commit 92a051c

Browse files
committed
bump: update version to 0.2.1 in configuration files
1 parent 79a4023 commit 92a051c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
project = "torchsparsegradutils"
1616
copyright = "2025, CAI4CAI research group"
1717
author = "CAI4CAI research group"
18-
release = "0.2.0"
19-
version = "0.2.0"
18+
release = "0.2.1"
19+
version = "0.2.1"
2020

2121
# -- General configuration ---------------------------------------------------
2222
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "torchsparsegradutils"
7-
version = "0.2.0"
7+
version = "0.2.1"
88
description = "A collection of utility functions to work with PyTorch sparse tensors"
99
readme = "README.md"
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)