Skip to content

Commit

Permalink
postrel version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
leondz committed May 10, 2024
1 parent 8152472 commit 8cecf8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.13.post1"
__version__ = "0.9.0.13.post2"
__app__ = "garak"
__description__ = "LLM vulnerability scanner"
2 changes: 1 addition & 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.13.post1"
version = "0.9.0.13.post2"
authors = [
{ name = "Leon Derczynski", email="[email protected]" },
{ name = "Subho Majumdar", email="[email protected]" },
Expand Down

0 comments on commit 8cecf8d

Please sign in to comment.