Skip to content

Commit e7240ee

Browse files
Sid MohanSid Mohan
Sid Mohan
authored and
Sid Mohan
committed
v2.3.1
1 parent fc5e5ff commit e7240ee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setup(
1010
name="datafog",
11-
version="2.3.0",
11+
version="2.3.1",
1212
author="Sid Mohan",
1313
author_email="[email protected]",
1414
description="Scan, redact, and manage PII in your documents before they get uploaded to a Retrieval Augmented Generation (RAG) system.",

src/datafog/__about__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# SSOT for the package version
2-
__version__ = "2.3.0"
2+
__version__ = "2.3.1"

0 commit comments

Comments
 (0)