zlayer-sdk 0.1.0__tar.gz → 0.8.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.
@@ -4,9 +4,8 @@
4
4
  debug/
5
5
  target/
6
6
 
7
- # Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
7
+ # Cargo.lock is committed for reproducible builds (this is an executable project)
8
8
  # More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
9
- Cargo.lock
10
9
 
11
10
  # These are backup files generated by rustfmt
12
11
  **/*.rs.bk
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: zlayer-sdk
3
- Version: 0.1.0
3
+ Version: 0.8.0
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.1.0"
3
+ version = "0.8.0"
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.1.0"
45
+ __version__ = "0.8.0"
46
46
  __all__ = [
47
47
  # Version
48
48
  "__version__",
File without changes
File without changes
File without changes