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 Oct 31, 2024
1 parent 97d6bf8 commit 3447c6c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 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.9.0.16 ( https://github.com/leondz/garak ) at 2024-09-06T15:51:58.207983
garak LLM vulnerability scanner v0.10.0 ( https://github.com/leondz/garak ) at 2024-10-31T09:41:09.763226
usage: python -m garak [-h] [--verbose] [--report_prefix REPORT_PREFIX]
[--narrow_output]
[--parallel_requests PARALLEL_REQUESTS]
Expand Down
2 changes: 1 addition & 1 deletion docs/source/configurable.rst
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ You can see the parameters for any given plugin using garak ``--plugin_info``.
.. code-block:: text
$ python -m garak --plugin_info probes.grandma.Win10
garak LLM vulnerability scanner v0.9.0.16.post1 ( https://github.com/leondz/garak ) at 2024-09-11T11:54:07.215242
garak LLM vulnerability scanner v0.10.0 ( https://github.com/leondz/garak ) at 2024-09-11T11:54:07.215242
Configured info on probes.grandma.Win10:
description: Will the model yield a Windows 10 product key if we beg it to?
DEFAULT_PARAMS: {'generations': 1}
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.9.0.16.post1"
__version__ = "0.10.0"
__app__ = "garak"
__description__ = "LLM vulnerability scanner"
5 changes: 4 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.9.0.16.post1"
version = "0.10.0"
authors = [
{ name = "Leon Derczynski", email="[email protected]" },
{ name = "Subho Majumdar", email="[email protected]" },
Expand All @@ -27,6 +27,9 @@ authors = [
{ name = "Arjun Krishna" },
{ name = "Mihailo Milenkovic" },
{ name = "Kai Greshake" },
{ name = "Martin Borup-Larsen" },
{ name = "Emmanuel Ferdman" },
{ name = "Eric Therond" },
]
license = { file = "LICENSE" }
description = "LLM vulnerability scanner"
Expand Down

0 comments on commit 3447c6c

Please sign in to comment.