We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7735f79 commit 162d56eCopy full SHA for 162d56e
pyproject.toml
@@ -10,7 +10,7 @@ fallback_version = "0.1.0.dev0"
10
11
[project]
12
name = "baselinr"
13
-# version is auto-generated by setuptools-scm from git tags
+version = "0.1.0" # Fallback version for PEP 621 compliance (overridden by setuptools-scm when git tags are available)
14
description = "Modern data profiling and drift detection framework"
15
readme = "README.md"
16
requires-python = ">=3.10"
0 commit comments