Skip to content

Commit f99e128

Browse files
committed
Automatic pypi versioning.
1 parent 52510bd commit f99e128

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,15 @@ build-backend = "setuptools.build_meta"
44

55
[tool.setuptools-git-versioning]
66
enabled = true
7+
template = "2022.{tag}"
8+
79

810
[tool.setuptools]
911
packages = ["mantra"]
1012

1113
[project]
14+
dynamic = ["version"]
1215
name = "mantra-dataset"
13-
version = "0.0.1"
1416
dependencies = [
1517
"numpy",
1618
"torch",

0 commit comments

Comments
 (0)