Skip to content

Commit bef37d9

Browse files
committed
bump version
Signed-off-by: Jeffrey Martin <jemartin@nvidia.com>
1 parent 8b6a580 commit bef37d9

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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.10.3 ( https://github.com/NVIDIA/garak ) at 2025-03-03T13:10:08.326398
6+
garak LLM vulnerability scanner v0.10.3.1 ( https://github.com/NVIDIA/garak ) at 2025-03-06T13:12:40.646752
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,5 +1,5 @@
11
"""Top-level package for garak"""
22

3-
__version__ = "0.10.3"
3+
__version__ = "0.10.3.1"
44
__app__ = "garak"
55
__description__ = "LLM vulnerability scanner"

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.10.3"
7+
version = "0.10.3.1"
88
authors = [
99
{ name = "Leon Derczynski", email="lderczynski@nvidia.com" },
1010
{ name = "Subho Majumdar", email="subho@vijil.ai" },

0 commit comments

Comments
 (0)