hanzo 0.2.1__tar.gz → 0.2.2__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.

Potentially problematic release.


This version of hanzo might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: hanzo
3
- Version: 0.2.1
3
+ Version: 0.2.2
4
4
  Summary: Hanzo AI - Complete AI Infrastructure Platform with CLI, Router, MCP, and Agent Runtime
5
5
  Project-URL: Homepage, https://hanzo.ai
6
6
  Project-URL: Repository, https://github.com/hanzoai/python-sdk
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "hanzo"
3
- version = "0.2.1"
3
+ version = "0.2.2"
4
4
  description = "Hanzo AI - Complete AI Infrastructure Platform with CLI, Router, MCP, and Agent Runtime"
5
5
  authors = [
6
6
  {name = "Hanzo AI", email = "dev@hanzo.ai"},
@@ -31,10 +31,10 @@ classifiers = [
31
31
 
32
32
  [project.scripts]
33
33
  hanzo = "hanzo.cli:main"
34
- "hanzo/mcp" = "hanzo.mcp_server:main"
35
- "hanzo/ai" = "hanzo.repl:ai_chat"
36
- "hanzo/chat" = "hanzo.repl:ai_chat"
37
- "hanzo/repl" = "hanzo.repl:repl_main"
34
+ hanzo-mcp = "hanzo.mcp_server:main"
35
+ hanzo-ai = "hanzo.repl:ai_chat"
36
+ hanzo-chat = "hanzo.repl:ai_chat"
37
+ hanzo-repl = "hanzo.repl:repl_main"
38
38
 
39
39
  [project.optional-dependencies]
40
40
  all = [
@@ -10,7 +10,7 @@ This is the main Hanzo SDK that provides:
10
10
  CLI access is provided via the hanzo-cli package.
11
11
  """
12
12
 
13
- __version__ = "0.2.1"
13
+ __version__ = "0.2.2"
14
14
 
15
15
  # Core exports
16
16
  __all__ = [
File without changes
File without changes
File without changes
File without changes
File without changes