ciris-verify 2.2.0__tar.gz → 2.4.0__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.
Files changed (20) hide show
  1. {ciris_verify-2.2.0 → ciris_verify-2.4.0}/PKG-INFO +1 -1
  2. {ciris_verify-2.2.0 → ciris_verify-2.4.0}/ciris_verify/__init__.py +1 -1
  3. {ciris_verify-2.2.0 → ciris_verify-2.4.0}/ciris_verify.egg-info/PKG-INFO +1 -1
  4. {ciris_verify-2.2.0 → ciris_verify-2.4.0}/pyproject.toml +1 -1
  5. {ciris_verify-2.2.0 → ciris_verify-2.4.0}/README.md +0 -0
  6. {ciris_verify-2.2.0 → ciris_verify-2.4.0}/ciris_verify/_bin_sign.py +0 -0
  7. {ciris_verify-2.2.0 → ciris_verify-2.4.0}/ciris_verify/_bin_verify.py +0 -0
  8. {ciris_verify-2.2.0 → ciris_verify-2.4.0}/ciris_verify/client.py +0 -0
  9. {ciris_verify-2.2.0 → ciris_verify-2.4.0}/ciris_verify/exceptions.py +0 -0
  10. {ciris_verify-2.2.0 → ciris_verify-2.4.0}/ciris_verify/py.typed +0 -0
  11. {ciris_verify-2.2.0 → ciris_verify-2.4.0}/ciris_verify/types.py +0 -0
  12. {ciris_verify-2.2.0 → ciris_verify-2.4.0}/ciris_verify.egg-info/SOURCES.txt +0 -0
  13. {ciris_verify-2.2.0 → ciris_verify-2.4.0}/ciris_verify.egg-info/dependency_links.txt +0 -0
  14. {ciris_verify-2.2.0 → ciris_verify-2.4.0}/ciris_verify.egg-info/entry_points.txt +0 -0
  15. {ciris_verify-2.2.0 → ciris_verify-2.4.0}/ciris_verify.egg-info/requires.txt +0 -0
  16. {ciris_verify-2.2.0 → ciris_verify-2.4.0}/ciris_verify.egg-info/top_level.txt +0 -0
  17. {ciris_verify-2.2.0 → ciris_verify-2.4.0}/setup.cfg +0 -0
  18. {ciris_verify-2.2.0 → ciris_verify-2.4.0}/tests/test_client.py +0 -0
  19. {ciris_verify-2.2.0 → ciris_verify-2.4.0}/tests/test_memory_baseline.py +0 -0
  20. {ciris_verify-2.2.0 → ciris_verify-2.4.0}/tests/test_types.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ciris-verify
3
- Version: 2.2.0
3
+ Version: 2.4.0
4
4
  Summary: Python bindings for CIRISVerify hardware-rooted license verification
5
5
  Author-email: CIRIS Engineering <engineering@ciris.ai>
6
6
  License-Expression: AGPL-3.0-or-later
@@ -118,7 +118,7 @@ def get_library_version() -> str:
118
118
  return __version__
119
119
 
120
120
 
121
- __version__ = "2.2.0"
121
+ __version__ = "2.4.0"
122
122
  __all__ = [
123
123
  "CIRISVerify",
124
124
  "MockCIRISVerify",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ciris-verify
3
- Version: 2.2.0
3
+ Version: 2.4.0
4
4
  Summary: Python bindings for CIRISVerify hardware-rooted license verification
5
5
  Author-email: CIRIS Engineering <engineering@ciris.ai>
6
6
  License-Expression: AGPL-3.0-or-later
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "ciris-verify"
7
- version = "2.2.0"
7
+ version = "2.4.0"
8
8
  description = "Python bindings for CIRISVerify hardware-rooted license verification"
9
9
  readme = "README.md"
10
10
  license = "AGPL-3.0-or-later"
File without changes
File without changes