diff --git a/pyproject.toml b/pyproject.toml index ed1e15f..1b81eba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "structured-profiling" -version = "0.3.0" +version = "0.3.1" description = "A Python library to check for data quality and automatically generate data tests. " authors = ["Clearbox AI "] license = "GPL" diff --git a/structured_data_profiling/__init__.py b/structured_data_profiling/__init__.py index 493f741..260c070 100644 --- a/structured_data_profiling/__init__.py +++ b/structured_data_profiling/__init__.py @@ -1 +1 @@ -__version__ = "0.3.0" +__version__ = "0.3.1"