Skip to content

Commit

Permalink
Bump version 0.1.1 -> 0.1.2
Browse files Browse the repository at this point in the history
  • 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.
4 changes: 2 additions & 2 deletions pyproject.toml
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"
Expand All @@ -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
Expand Down

0 comments on commit 86afd2d

Please sign in to comment.