Skip to content

Commit ba75d25

Browse files
authored
Update pyproject.toml
1 parent fc937ca commit ba75d25

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
@@ -4,7 +4,6 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "python-synthpop"
7-
version = "0.0.2"
87
description = "Python implementation of the R package synthpop for generating synthetic data"
98
authors = [
109
{name = "Algorithm Audit"}
@@ -24,3 +23,7 @@ license = {file = "LICENSE"}
2423
dev = [
2524
"pytest>=7.0.0",
2625
]
26+
27+
[tool.setuptools_scm]
28+
version_scheme = "post-release"
29+
local_scheme = "dirty-tag"

0 commit comments

Comments
 (0)