bridgekit 0.3.3__tar.gz → 0.3.4__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: bridgekit
3
- Version: 0.3.3
3
+ Version: 0.3.4
4
4
  Summary: AI tools that make you a better data scientist, not a redundant one.
5
5
  License: MIT
6
6
  Project-URL: Homepage, https://github.com/getbridgekit/bridgekit
@@ -27,7 +27,7 @@ Requires-Dist: pytest-mock>=3.0.0; extra == "dev"
27
27
  Dynamic: license-file
28
28
 
29
29
  <p align="center">
30
- <img src="assets/logo.png" alt="Bridgekit" width="200"/>
30
+ <img src="https://raw.githubusercontent.com/getbridgekit/bridgekit/main/assets/logo.png" alt="Bridgekit" width="200"/>
31
31
  </p>
32
32
 
33
33
  # Bridgekit
@@ -1,5 +1,5 @@
1
1
  <p align="center">
2
- <img src="assets/logo.png" alt="Bridgekit" width="200"/>
2
+ <img src="https://raw.githubusercontent.com/getbridgekit/bridgekit/main/assets/logo.png" alt="Bridgekit" width="200"/>
3
3
  </p>
4
4
 
5
5
  # Bridgekit
@@ -3,5 +3,5 @@ from .search import ask
3
3
  from .planner import plan
4
4
  from .redteam import redteam
5
5
 
6
- __version__ = "0.3.3"
6
+ __version__ = "0.3.4"
7
7
  __all__ = ["evaluate", "ask", "plan", "redteam"]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: bridgekit
3
- Version: 0.3.3
3
+ Version: 0.3.4
4
4
  Summary: AI tools that make you a better data scientist, not a redundant one.
5
5
  License: MIT
6
6
  Project-URL: Homepage, https://github.com/getbridgekit/bridgekit
@@ -27,7 +27,7 @@ Requires-Dist: pytest-mock>=3.0.0; extra == "dev"
27
27
  Dynamic: license-file
28
28
 
29
29
  <p align="center">
30
- <img src="assets/logo.png" alt="Bridgekit" width="200"/>
30
+ <img src="https://raw.githubusercontent.com/getbridgekit/bridgekit/main/assets/logo.png" alt="Bridgekit" width="200"/>
31
31
  </p>
32
32
 
33
33
  # Bridgekit
@@ -7,7 +7,7 @@ include = ["bridgekit*"]
7
7
 
8
8
  [project]
9
9
  name = "bridgekit"
10
- version = "0.3.3"
10
+ version = "0.3.4"
11
11
  description = "AI tools that make you a better data scientist, not a redundant one."
12
12
  readme = "README.md"
13
13
  requires-python = ">=3.9"
File without changes
File without changes
File without changes
File without changes