Skip to content

Commit cc3a773

Browse files
committed
Bump version to 0.5.1
1 parent dac0e12 commit cc3a773

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "SqueakyCleanText"
7-
version = "0.5.0"
7+
version = "0.5.1"
88
description = "Text preprocessing & PII anonymization pipeline for NLP/ML: ONNX NER ensemble, language detection, stopword removal, and configurable token replacement."
99
readme = "README.md"
1010
license = {text = "MIT"}

sct/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
from sct.config import TextCleanerConfig
44
from sct.sct import TextCleaner
55

6-
__version__ = "0.5.0"
6+
__version__ = "0.5.1"
77
__all__ = ["TextCleaner", "TextCleanerConfig"]

0 commit comments

Comments
 (0)