zlayer-sdk 0.8.0__tar.gz → 0.8.6__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: zlayer-sdk
3
- Version: 0.8.0
3
+ Version: 0.8.6
4
4
  Summary: ZLayer Plugin Development Kit for Python
5
5
  License-Expression: MIT
6
6
  Keywords: plugin,wasi,wasm,zlayer
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "zlayer-sdk"
3
- version = "0.8.0"
3
+ version = "0.8.6"
4
4
  description = "ZLayer Plugin Development Kit for Python"
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.11"
@@ -42,7 +42,7 @@ from dataclasses import dataclass, field
42
42
  from enum import IntEnum
43
43
  from typing import Any, Callable, TypeVar
44
44
 
45
- __version__ = "0.8.0"
45
+ __version__ = "0.8.6"
46
46
  __all__ = [
47
47
  # Version
48
48
  "__version__",
File without changes
File without changes
File without changes
File without changes