Skip to content

Commit 9042ffe

Browse files
authored
Merge pull request #29 from karthik2804/chore_v0.2.0_bump
update version to 0.2.0
2 parents 09d5447 + 6a3195d commit 9042ffe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/spin-python-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "spin-python-cli"
33
description = "A Spin plugin to convert Python apps to Spin-compatible WebAssembly modules"
4-
version = "0.1.0"
4+
version = "0.2.0"
55
authors = [ "Fermyon Engineering <engineering@fermyon.com>" ]
66
edition = "2021"
77

crates/spin-python-engine/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "spin-python-engine"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
authors = [ "Fermyon Engineering <engineering@fermyon.com>" ]
55
edition = "2021"
66

0 commit comments

Comments
 (0)