-
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 22, 2022
1 parent
a389c4a
commit 86afd2d
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.1.1" | ||
version = "0.1.2" | ||
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" | ||
|
@@ -23,7 +23,7 @@ requires = ["poetry-core"] | |
build-backend = "poetry.core.masonry.api" | ||
|
||
[tool.bumpver] | ||
current_version = "0.1.1" | ||
current_version = "0.1.2" | ||
version_pattern = "MAJOR.MINOR.PATCH" | ||
commit_message = "Bump version {old_version} -> {new_version}" | ||
commit = true | ||
|