-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Pee Tankulrat
authored and
Pee Tankulrat
committed
Nov 28, 2022
1 parent
100a5a5
commit b646b27
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 <[email protected]>"] | ||
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 | ||
|