convexity-cli 0.17.0.dev313__tar.gz → 0.17.0.dev317__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.
@@ -44,7 +44,7 @@ ducklake_data/
44
44
  .playwright-mcp
45
45
 
46
46
  # Generated CLI API client (regenerated via `npm run generate:api`)
47
- packages/.generated/
47
+ packages/py/generated/
48
48
  .wrangler
49
49
  pp_perfume/
50
50
  data/
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: convexity-cli
3
- Version: 0.17.0.dev313
3
+ Version: 0.17.0.dev317
4
4
  Summary: Convexity CLI - command-line interface for the Convexity platform
5
5
  Requires-Python: >=3.12
6
6
  Requires-Dist: convexity-api-client<0.18.0,>=0.17.0.dev0
@@ -23,7 +23,7 @@ requires = ["hatchling"]
23
23
  build-backend = "hatchling.build"
24
24
 
25
25
  [tool.hatch.version]
26
- path = "../../package.json"
26
+ path = "../../../package.json"
27
27
  pattern = '"version":\s*"(?P<version>[^"]+)"'
28
28
 
29
29
  [tool.hatch.build.targets.wheel]