Skip to content

Commit 411bfa8

Browse files
fix: versioning
1 parent b9b4d89 commit 411bfa8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,12 +117,16 @@ build-backend = "hatchling.build"
117117

118118
[tool.hatch.version]
119119
source = "vcs"
120-
120+
fallback-version = "0.1.0"
121121

122122
[tool.hatch.build]
123123
hooks.vcs.version-file = "src/micoo/_version.py"
124124

125125

126+
[tool.hatch.version.raw-options]
127+
version_scheme = "only-version"
128+
local_scheme = "no-local-version"
129+
126130
[tool.hatch.metadata.hooks.fancy-pypi-readme]
127131
content-type = "text/markdown"
128132

0 commit comments

Comments
 (0)