content-cli 0.3.0__tar.gz → 0.3.3__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: content-cli
3
- Version: 0.3.0
3
+ Version: 0.3.3
4
4
  Summary: Command-line client for the Content engine (talks to /api/v1).
5
5
  Project-URL: Homepage, https://github.com/LatentNoise/content
6
6
  Project-URL: Source, https://github.com/LatentNoise/content
@@ -21,7 +21,7 @@ Classifier: Programming Language :: Python :: 3.13
21
21
  Classifier: Topic :: Multimedia :: Video
22
22
  Classifier: Topic :: Software Development :: Libraries :: Python Modules
23
23
  Requires-Python: >=3.11
24
- Requires-Dist: content-sdk==0.3.0
24
+ Requires-Dist: content-sdk==0.3.3
25
25
  Description-Content-Type: text/markdown
26
26
 
27
27
  # `content` — Content CLI
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "content-cli"
3
- version = "0.3.0"
3
+ version = "0.3.3"
4
4
  description = "Command-line client for the Content engine (talks to /api/v1)."
5
5
  readme = "README.md"
6
6
  license = "AGPL-3.0-or-later"
@@ -24,7 +24,7 @@ classifiers = [
24
24
  # Pinned to the exact SDK release, not a floor: the monorepo ships one version
25
25
  # for everything (`make version`), and a CLI resolving to a different SDK than
26
26
  # the one it was tested against is precisely the drift that guarantees buys.
27
- dependencies = ["content-sdk==0.3.0"]
27
+ dependencies = ["content-sdk==0.3.3"]
28
28
 
29
29
  [project.scripts]
30
30
  content = "content_cli.cli:main"
File without changes
File without changes
File without changes
File without changes