Skip to content

Commit

Permalink
bump version; add contributors
Browse files Browse the repository at this point in the history
Signed-off-by: Jeffrey Martin <[email protected]>
  • Loading branch information
jmartin-tech committed Jan 30, 2025
1 parent 9ce6716 commit 3e6e24d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/source/cliref.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ CLI reference for garak

::

garak LLM vulnerability scanner v0.10.1 ( https://github.com/NVIDIA/garak ) at 2024-12-19T11:28:00.501208
garak LLM vulnerability scanner v0.10.2 ( https://github.com/NVIDIA/garak ) at 2025-01-30T13:10:51.281653
usage: python -m garak [-h] [--verbose] [--report_prefix REPORT_PREFIX]
[--narrow_output]
[--parallel_requests PARALLEL_REQUESTS]
Expand Down
2 changes: 1 addition & 1 deletion garak/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""Top-level package for garak"""

__version__ = "0.10.1.post1"
__version__ = "0.10.2"
__app__ = "garak"
__description__ = "LLM vulnerability scanner"
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "garak"
version = "0.10.1.post1"
version = "0.10.2"
authors = [
{ name = "Leon Derczynski", email="[email protected]" },
{ name = "Subho Majumdar", email="[email protected]" },
Expand Down Expand Up @@ -36,6 +36,7 @@ authors = [
{ name = "Rafael Sandroni" },
{ name = "Eric Hacker" },
{ name = "Blessed Uyo" },
{ name = "Ikko Eltociear Ashimine" },
]
license = { file = "LICENSE" }
description = "LLM vulnerability scanner"
Expand Down

0 comments on commit 3e6e24d

Please sign in to comment.