From b27d7f69057451f8a4efab7874637de42186c2c9 Mon Sep 17 00:00:00 2001 From: Rajat Venkatesh Date: Fri, 13 Aug 2021 14:17:34 +0530 Subject: [PATCH] chore: Prepare release v0.14.0 --- piicatcher/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/piicatcher/__init__.py b/piicatcher/__init__.py index 701b604..bd2a491 100644 --- a/piicatcher/__init__.py +++ b/piicatcher/__init__.py @@ -1,4 +1,4 @@ # flake8: noqa -__version__ = "0.13.0" +__version__ = "0.14.0" from piicatcher.api import scan_database diff --git a/pyproject.toml b/pyproject.toml index c6e6978..7455313 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "piicatcher" -version = "0.13.0" +version = "0.14.0" description = "Find PII data in databases" authors = ["Tokern "] license = "Apache 2.0"