Skip to content

Commit 7636e27

Browse files
committed
Bump version to 0.3.7
1 parent 1a3a287 commit 7636e27

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

bridgekit/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
from .planner import plan
44
from .redteam import redteam
55

6-
__version__ = "0.3.4"
6+
__version__ = "0.3.7"
77
__all__ = ["evaluate", "ask", "plan", "redteam"]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ include = ["bridgekit*"]
77

88
[project]
99
name = "bridgekit"
10-
version = "0.3.6"
10+
version = "0.3.7"
1111
description = "AI tools that make you a better data scientist, not a redundant one."
1212
readme = "README.md"
1313
requires-python = ">=3.9"

0 commit comments

Comments
 (0)