Skip to content

Commit f501bfc

Browse files
committed
0.2.6
1 parent 1c44f69 commit f501bfc

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ package = true
88

99
[project]
1010
name = "reddacted"
11-
version = "0.2.5"
11+
version = "0.2.6"
1212
description = "Analyze Reddit comments for PII and other sensitive information using local or OpenAI API compatible LLMs and perform sentiment analysis, edit and remove comments."
1313
readme = "README.md"
1414
requires-python = ">=3.11"

reddacted/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""reddacted - AI-Powered Reddit Privacy Suite"""
22

3-
__version__ = "0.2.5"
3+
__version__ = "0.2.6"

reddacted/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""Version information."""
22

3-
__version__ = "0.2.5"
3+
__version__ = "0.2.6"
44
version = __version__

0 commit comments

Comments
 (0)