computeid-cli 1.0.0__tar.gz → 1.0.1__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: computeid-cli
3
- Version: 1.0.0
3
+ Version: 1.0.1
4
4
  Summary: CLI tool for ComputeID — cryptographic identity for AI compute infrastructure
5
5
  Home-page: https://github.com/trustedaicompute-ops/computeid-sdk
6
6
  Author: ComputeID
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: computeid-cli
3
- Version: 1.0.0
3
+ Version: 1.0.1
4
4
  Summary: CLI tool for ComputeID — cryptographic identity for AI compute infrastructure
5
5
  Home-page: https://github.com/trustedaicompute-ops/computeid-sdk
6
6
  Author: ComputeID
@@ -2,7 +2,7 @@ from setuptools import setup
2
2
 
3
3
  setup(
4
4
  name="computeid-cli",
5
- version="1.0.0",
5
+ version="1.0.1",
6
6
  description="CLI tool for ComputeID — cryptographic identity for AI compute infrastructure",
7
7
  long_description=open("README.md").read(),
8
8
  long_description_content_type="text/markdown",
File without changes
File without changes
File without changes