Skip to content

Commit a2a0d2d

Browse files
authored
chore: prepare release v0.1.5 (#54)
* chore: bump versions for v0.1.5 release * chore: uv.lock
1 parent b7f6905 commit a2a0d2d

File tree

6 files changed

+10
-9
lines changed

6 files changed

+10
-9
lines changed

Diff for: bin/Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: bin/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "extism-py"
3-
version = "0.1.4"
3+
version = "0.1.5"
44
edition = "2021"
55

66
[dependencies]

Diff for: lib/Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: lib/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "extism-python-pdk"
3-
version = "0.1.4"
3+
version = "0.1.5"
44
edition = "2021"
55

66
[lib]

Diff for: pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[project]
22
name = "python-pdk"
3-
version = "0.1.4"
4-
description = "Add your description here"
3+
version = "0.1.5"
4+
description = "Extism Python PDK"
55
readme = "README.md"
6-
requires-python = ">=3.12"
6+
requires-python = ">=3.11"
77
dependencies = []
88

99
[tool.uv]

Diff for: uv.lock

+3-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)