Skip to content

Commit

Permalink
fix: Fix urn for tags in datahub exporter
Browse files Browse the repository at this point in the history
  • Loading branch information
vrajat committed Dec 3, 2021
1 parent ff0fd8e commit dc4343c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 31 deletions.
2 changes: 1 addition & 1 deletion piicatcher/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# flake8: noqa
__version__ = "0.18.1"
__version__ = "0.18.2"
33 changes: 4 additions & 29 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.18.1"
version = "0.18.2"
description = "Find PII data in databases"
authors = ["Tokern <[email protected]>"]
license = "Apache 2.0"
Expand Down

0 comments on commit dc4343c

Please sign in to comment.