Skip to content

Commit 35c2bc9

Browse files
committed
postrel version bump
Signed-off-by: Jeffrey Martin <[email protected]>
1 parent 95b15a5 commit 35c2bc9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

garak/__init__.py

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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="[email protected]" },
1010
{ name = "Subho Majumdar", email="[email protected]" },

0 commit comments

Comments
 (0)