Skip to content

Commit ed87341

Browse files
committed
version bump to next release
1 parent 2bdd00f commit ed87341

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

docs/source/cliref.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ CLI reference for garak
33

44
::
55

6-
garak LLM security probe v0.9.0.11.post2 ( https://github.com/leondz/garak ) at 2024-02-20T15:22:27.625300
6+
garak LLM vulnerability scanner v0.9.0.13 ( https://github.com/leondz/garak ) at 2024-05-10T15:18:18.123569
77
usage: python -m garak [-h] [--verbose] [--report_prefix REPORT_PREFIX]
88
[--narrow_output]
99
[--parallel_requests PARALLEL_REQUESTS]

garak/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""Top-level package for garak"""
22

3-
__version__ = "0.9.0.12.post1"
3+
__version__ = "0.9.0.13"
44
__app__ = "garak"
5-
__description__ = "LLM security probe"
5+
__description__ = "LLM vulnerability scanner"

pyproject.toml

+9-2
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.9.0.12.post1"
7+
version = "0.9.0.13"
88
authors = [
99
{ name = "Leon Derczynski", email="[email protected]" },
1010
{ name = "Subho Majumdar", email="[email protected]" },
@@ -15,7 +15,14 @@ authors = [
1515
{ name = "Phyllis Poh" },
1616
{ name = "Razvan Dinu" },
1717
{ name = "Zander Mackie" },
18-
{ name = "Greg Stephens"},
18+
{ name = "Greg Stephens" },
19+
{ name = "Jeffrey Martin", email="[email protected]" },
20+
{ name = "Ahsan Ayub" },
21+
{ name = "Jonathan Liberman" },
22+
{ name = "Gustav Fredrikson" },
23+
{ name = "Oh Tien Cheng" },
24+
{ name = "Brain John" },
25+
{ name = "Naman Mishra" },
1926
]
2027
license = { file = "LICENSE" }
2128
description = "LLM vulnerability scanner"

0 commit comments

Comments
 (0)