Skip to content

Commit 7c80581

Browse files
committed
postrel version bump
Signed-off-by: Jeffrey Martin <[email protected]>
1 parent 172886d commit 7c80581

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/source/cliref.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ CLI reference for garak
33

44
::
55

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
77
usage: python -m garak [-h] [--verbose] [--report_prefix REPORT_PREFIX]
88
[--narrow_output]
99
[--parallel_requests PARALLEL_REQUESTS]

garak/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Top-level package for garak"""
22

3-
__version__ = "0.11.0"
3+
__version__ = "0.11.1.pre1"
44
__app__ = "garak"
55
__description__ = "LLM vulnerability scanner"
66

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "garak"
7-
version = "0.11.0"
7+
version = "0.11.1.pre1"
88
authors = [
99
{ name = "Leon Derczynski", email="[email protected]" },
1010
{ name = "Subho Majumdar", email="[email protected]" },

0 commit comments

Comments
 (0)