diff --git a/datachecks/__version__.py b/datachecks/__version__.py index 776fc45a..0040e0e7 100644 --- a/datachecks/__version__.py +++ b/datachecks/__version__.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.2.0" +__version__ = "0.2.1" diff --git a/pyproject.toml b/pyproject.toml index 7277795e..82c1cd52 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "datachecks" -version = "0.2.0" +version = "0.2.1" description = "Open Source Data Quality Monitoring" license = "Apache-2.0" authors = [