Skip to content

Commit ee6a0f6

Browse files
committed
Updated
1 parent c4aa3af commit ee6a0f6

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.2"
30+
__version__ = "1.0.3"
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.2"
7+
version = "1.0.3"
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.2",
8+
version="1.0.3",
99
description="Real-time data quality screening API — PASS / WARN / BLOCK in under 10ms",
1010
long_description=long_description,
1111
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)