We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bee9102 commit 36b2774Copy full SHA for 36b2774
3 files changed
datascreeniq/__init__.py
@@ -27,7 +27,7 @@
27
DataQualityError,
28
)
29
30
-__version__ = "1.0.4"
+__version__ = "1.0.5"
31
__all__ = [
32
"Client",
33
"ScreenReport",
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "datascreeniq"
7
-version = "1.0.4"
+version = "1.0.5"
8
description = "Real-time data quality screening API — PASS / WARN / BLOCK in under 10ms"
9
readme = "README.md"
10
license = { text = "MIT" }
setup.py
@@ -5,7 +5,7 @@
setup(
name="datascreeniq",
- version="1.0.4",
+ version="1.0.5",
description="Real-time data quality screening API — PASS / WARN / BLOCK in milli seconds",
long_description=long_description,
11
long_description_content_type="text/markdown",
0 commit comments