Skip to content

Commit 2e1481c

Browse files
authored
Version match correction (#33)
1 parent d8f1a84 commit 2e1481c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.zenodo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"access_right": "open",
3-
"version": "0.4.5",
3+
"version": "0.4.6",
44
"creators": [
55
{
66
"orcid": "0000-0003-0665-098X",

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ authors:
55
given-names: Eidan J.
66
orcid: https://orcid.org/0000-0003-0665-098X
77
title: "pii-codex: a Python library for PII detection, categorization, and severity assessment"
8-
version: 0.4.5
8+
version: 0.4.6
99
doi: 10.5281/zenodo.7212576
1010
date-released: 2023-06-18

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pii-codex"
3-
version = "0.4.5"
3+
version = "0.4.6"
44
description = "PII Detection, Categorization, and Severity Assessment"
55
authors = ["Eidan J. Rosado"]
66
license = "BSD 3-Clause"

0 commit comments

Comments
 (0)