Skip to content

Commit 36b2774

Browse files
Jayabalan, VigneshJayabalan, Vignesh
authored andcommitted
V1.0.5 Email Updated
1 parent bee9102 commit 36b2774

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

datascreeniq/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
DataQualityError,
2828
)
2929

30-
__version__ = "1.0.4"
30+
__version__ = "1.0.5"
3131
__all__ = [
3232
"Client",
3333
"ScreenReport",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "datascreeniq"
7-
version = "1.0.4"
7+
version = "1.0.5"
88
description = "Real-time data quality screening API — PASS / WARN / BLOCK in under 10ms"
99
readme = "README.md"
1010
license = { text = "MIT" }

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name="datascreeniq",
8-
version="1.0.4",
8+
version="1.0.5",
99
description="Real-time data quality screening API — PASS / WARN / BLOCK in milli seconds",
1010
long_description=long_description,
1111
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)