Skip to content

Commit

Permalink
chore: Prepare release 0.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vrajat committed Jan 28, 2022
1 parent 6bb40ca commit d41eb19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion piicatcher/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# flake8: noqa
__version__ = "0.19.1"
__version__ = "0.19.2"

from dbcat.catalog.pii_types import PiiType

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "piicatcher"
version = "0.19.1"
version = "0.19.2"
description = "Find PII data in databases"
authors = ["Tokern <[email protected]>"]
license = "Apache 2.0"
Expand Down

0 comments on commit d41eb19

Please sign in to comment.