Skip to content

Commit 502480d

Browse files
committed
Version bump
1 parent 2db8776 commit 502480d

5 files changed

Lines changed: 6 additions & 6 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.9",
3+
"version": "0.5.0",
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.9
8+
version: 0.5.0
99
doi: 10.5281/zenodo.7212576
1010
date-released: 2025-08-24

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ PII Detection, Categorization, and Severity Assessment
99
[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://GitHub.com/EdyVision/pii-codex/graphs/commit-activity)
1010
[![codecov](https://codecov.io/gh/EdyVision/pii-codex/branch/main/graph/badge.svg?token=QO7DNMP87X)](https://codecov.io/gh/EdyVision/pii-codex)
1111
[![License](https://img.shields.io/badge/License-BSD_3--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause)
12-
[![Python 3.11+](https://img.shields.io/badge/python-3.11+-blue.svg)](https://www.python.org/downloads/release/python-3110/)
12+
[![Python 3.9-3.12](https://img.shields.io/badge/python-3.9--3.12-blue.svg)](https://www.python.org/downloads/)
1313
[![DOI](https://zenodo.org/badge/533554671.svg)](https://zenodo.org/badge/latestdoi/533554671)
1414
[![status](https://joss.theoj.org/papers/5296a84bba0925e682dcddf14bec5880/status.svg)](https://joss.theoj.org/papers/5296a84bba0925e682dcddf14bec5880)
1515

pii_codex/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.4.10"
1+
__version__ = "0.5.0"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pii-codex"
3-
version = "0.4.10"
3+
version = "0.5.0"
44
description = "PII Detection, Categorization, and Severity Assessment"
55
authors = [
66
{name = "Eidan J. Rosado"}
@@ -58,7 +58,7 @@ Homepage = "https://github.com/EdyVision/pii-codex"
5858
Repository = "https://github.com/EdyVision/pii-codex"
5959

6060
[bumpver]
61-
current_version = "0.4.10"
61+
current_version = "0.5.0"
6262
version_pattern = "MAJOR.MINOR.PATCH"
6363
files = [
6464
"pyproject.toml",

0 commit comments

Comments
 (0)