Skip to content

Commit f30ee49

Browse files
Merge pull request #96 from amd/development
dev -> main merge
2 parents 1a37a17 + 3b47144 commit f30ee49

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "amd-node-scraper"
3-
version = "0.0.1"
3+
dynamic = ["version"]
44
description = "A framework for automated error detection and data collection"
55
authors = []
66
readme = "README.md"
@@ -59,3 +59,6 @@ profile = "black"
5959
[tool.ruff.lint]
6060
select = ["F", "B", "T20", "N", "W", "I", "E"]
6161
ignore = ["E501", "N806"]
62+
63+
[tool.setuptools_scm]
64+
version_scheme = "post-release"

0 commit comments

Comments
 (0)