Skip to content

Commit 3912225

Browse files
Merge pull request #19 from fibonacci1729/fix-spin-toml
chore: use spin_manifest_version in templates
2 parents 1cdd4cb + 32a135d commit 3912225

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

examples/KV/spin.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
spin_version = "1"
1+
spin_manifest_version = "1"
22
authors = ["Fermyon Engineering <[email protected]>"]
33
description = "Spin Python SDK KV"
44
name = "spin-py-KV"

examples/external_lib/spin.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
spin_version = "1"
1+
spin_manifest_version = "1"
22
authors = ["Fermyon Engineering <[email protected]>"]
33
description = "Spin Python SDK example using external library"
44
name = "spin-py-external-library"

examples/hello_world/spin.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
spin_version = "1"
1+
spin_manifest_version = "1"
22
authors = ["Fermyon Engineering <[email protected]>"]
33
description = "Spin Python SDK hello world"
44
name = "spin-py-hello-world"

examples/outbound_http/spin.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
spin_version = "1"
1+
spin_manifest_version = "1"
22
authors = ["Fermyon Engineering <[email protected]>"]
33
description = "Spin Python Outbound HTTP Example"
44
name = "Spin-python-outbound-http"

examples/outbound_redis/spin.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
spin_version = "1"
1+
spin_manifest_version = "1"
22
authors = ["Fermyon Engineering <[email protected]>"]
33
description = "Spin Python Outbound Redis example"
44
name = "spin-python-outbound-redis"

templates/http-py/content/spin.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
spin_version = "1"
1+
spin_manifest_version = "1"
22
authors = ["{{authors}}"]
33
description = "{{project-description}}"
44
name = "{{project-name}}"

0 commit comments

Comments
 (0)