Skip to content

Commit 7c56a50

Browse files
committed
postrel version bump
1 parent 6f568c7 commit 7c56a50

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.14.1 ( https://github.com/NVIDIA/garak ) at 2026-04-03T10:10:30.625590
6+
garak LLM vulnerability scanner v0.14.2.pre1 ( https://github.com/NVIDIA/garak ) at 2026-04-03T10:17:28.777992
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.14.1"
3+
__version__ = "0.14.2.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 = "flit_core.buildapi"
44

55
[project]
66
name = "garak"
7-
version = "0.14.1"
7+
version = "0.14.2.pre1"
88
authors = [
99
{ name = "Leon Derczynski", email="lderczynski@nvidia.com" },
1010
{ name = "Subho Majumdar", email="subho@vijil.ai" },

0 commit comments

Comments
 (0)