From ed87341d6b565fe8268224463baf4a74ad62f7b6 Mon Sep 17 00:00:00 2001 From: Leon Derczynski Date: Fri, 10 May 2024 15:22:31 +0200 Subject: [PATCH] version bump to next release --- docs/source/cliref.rst | 2 +- garak/__init__.py | 4 ++-- pyproject.toml | 11 +++++++++-- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/docs/source/cliref.rst b/docs/source/cliref.rst index 910698f1..832e11f5 100644 --- a/docs/source/cliref.rst +++ b/docs/source/cliref.rst @@ -3,7 +3,7 @@ CLI reference for garak :: - garak LLM security probe v0.9.0.11.post2 ( https://github.com/leondz/garak ) at 2024-02-20T15:22:27.625300 + garak LLM vulnerability scanner v0.9.0.13 ( https://github.com/leondz/garak ) at 2024-05-10T15:18:18.123569 usage: python -m garak [-h] [--verbose] [--report_prefix REPORT_PREFIX] [--narrow_output] [--parallel_requests PARALLEL_REQUESTS] diff --git a/garak/__init__.py b/garak/__init__.py index 6aaedb9b..355a464c 100644 --- a/garak/__init__.py +++ b/garak/__init__.py @@ -1,5 +1,5 @@ """Top-level package for garak""" -__version__ = "0.9.0.12.post1" +__version__ = "0.9.0.13" __app__ = "garak" -__description__ = "LLM security probe" +__description__ = "LLM vulnerability scanner" diff --git a/pyproject.toml b/pyproject.toml index 17c80a9d..b09db56c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "garak" -version = "0.9.0.12.post1" +version = "0.9.0.13" authors = [ { name = "Leon Derczynski", email="lderczynski@nvidia.com" }, { name = "Subho Majumdar", email="subho@vijil.ai" }, @@ -15,7 +15,14 @@ authors = [ { name = "Phyllis Poh" }, { name = "Razvan Dinu" }, { name = "Zander Mackie" }, - { name = "Greg Stephens"}, + { name = "Greg Stephens" }, + { name = "Jeffrey Martin", email="jemartin@nvidia.com" }, + { name = "Ahsan Ayub" }, + { name = "Jonathan Liberman" }, + { name = "Gustav Fredrikson" }, + { name = "Oh Tien Cheng" }, + { name = "Brain John" }, + { name = "Naman Mishra" }, ] license = { file = "LICENSE" } description = "LLM vulnerability scanner"