From 38256f95a928fb949001d7034f78e3e61b7601f0 Mon Sep 17 00:00:00 2001 From: Rohit Kumar <140684481+datageek00@users.noreply.github.com> Date: Sat, 2 Sep 2023 11:09:11 +0530 Subject: [PATCH] bump up version to 0.2.1 (#71) --- datachecks/__version__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 = [