We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bfb93d commit 59cf157Copy full SHA for 59cf157
2 files changed
setup.py
@@ -6,7 +6,7 @@
6
7
setup(
8
name='pytector',
9
- version='0.2.1',
+ version='0.2.2',
10
author='Max Melchior Lang',
11
author_email='langmaxmelchior@gmail.com',
12
description='A package for detecting prompt injections in text using Open-Source LLMs.',
src/pytector/__init__.py
@@ -1,6 +1,6 @@
1
from .detector import PromptInjectionDetector
2
3
-__version__ = "0.2.1"
+__version__ = "0.2.2"
4
5
__all__ = ["PromptInjectionDetector"]
0 commit comments