Skip to content

Commit 59cf157

Browse files
committed
chore: bump version to 0.2.2
1 parent 0bfb93d commit 59cf157

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name='pytector',
9-
version='0.2.1',
9+
version='0.2.2',
1010
author='Max Melchior Lang',
1111
author_email='langmaxmelchior@gmail.com',
1212
description='A package for detecting prompt injections in text using Open-Source LLMs.',

src/pytector/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from .detector import PromptInjectionDetector
22

3-
__version__ = "0.2.1"
3+
__version__ = "0.2.2"
44

55
__all__ = ["PromptInjectionDetector"]
66

0 commit comments

Comments
 (0)