Skip to content

Commit 35c2bc9

Browse files
committed
postrel version bump
Signed-off-by: Jeffrey Martin <jemartin@nvidia.com>
1 parent 95b15a5 commit 35c2bc9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

garak/__init__.py

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

3-
__version__ = "0.10.3"
3+
__version__ = "0.10.3.post1"
44
__app__ = "garak"
55
__description__ = "LLM vulnerability scanner"

pyproject.toml

+1-1
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.10.3"
7+
version = "0.10.3.post1"
88
authors = [
99
{ name = "Leon Derczynski", email="lderczynski@nvidia.com" },
1010
{ name = "Subho Majumdar", email="subho@vijil.ai" },

0 commit comments

Comments
 (0)