File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ CLI reference for garak
3
3
4
4
::
5
5
6
- garak LLM vulnerability scanner v0.11.0 ( https://github.com/NVIDIA/garak ) at 2025-05-27T19:35:44.481332
6
+ garak LLM vulnerability scanner v0.11.1.pre1 ( https://github.com/NVIDIA/garak ) at 2025-05-27T19:55:52.735863
7
7
usage: python -m garak [-h] [--verbose] [--report_prefix REPORT_PREFIX]
8
8
[--narrow_output]
9
9
[--parallel_requests PARALLEL_REQUESTS]
Original file line number Diff line number Diff line change 1
1
"""Top-level package for garak"""
2
2
3
- __version__ = "0.11.0 "
3
+ __version__ = "0.11.1.pre1 "
4
4
__app__ = "garak"
5
5
__description__ = "LLM vulnerability scanner"
6
6
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
5
5
[project ]
6
6
name = " garak"
7
- version = " 0.11.0 "
7
+ version = " 0.11.1.pre1 "
8
8
authors = [
9
9
{
name =
" Leon Derczynski" ,
email =
" [email protected] " },
10
10
{
name =
" Subho Majumdar" ,
email =
" [email protected] " },
You can’t perform that action at this time.
0 commit comments