diff --git a/pyproject.toml b/pyproject.toml index 4c4b792..f0b057a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pii_anonymizer" -version = "0.2.0" +version = "0.2.1" description = "Data Protection Framework is a python library/command line application for identification, anonymization and de-anonymization of Personally Identifiable Information data." authors = ["Thoughtworks "] license = "MIT" @@ -24,7 +24,7 @@ requires = ["poetry-core"] build-backend = "poetry.core.masonry.api" [tool.bumpver] -current_version = "0.2.0" +current_version = "0.2.1" version_pattern = "MAJOR.MINOR.PATCH" commit_message = "Bump version {old_version} -> {new_version}" commit = true