diff --git a/Cargo.lock b/Cargo.lock index d6a2e88..6826da1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -683,7 +683,7 @@ dependencies = [ [[package]] name = "component-ts-transpiling" -version = "0.1.5" +version = "0.1.6" dependencies = [ "deno_ast", "wit-bindgen", @@ -2010,7 +2010,7 @@ checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" [[package]] name = "lyric" -version = "0.1.5" +version = "0.1.6" dependencies = [ "async-trait", "bollard", @@ -2039,7 +2039,7 @@ dependencies = [ [[package]] name = "lyric-py" -version = "0.1.5" +version = "0.1.6" dependencies = [ "anyhow", "async-trait", @@ -2065,7 +2065,7 @@ dependencies = [ [[package]] name = "lyric-rpc" -version = "0.1.5" +version = "0.1.6" dependencies = [ "async-trait", "lyric-utils", @@ -2078,7 +2078,7 @@ dependencies = [ [[package]] name = "lyric-utils" -version = "0.1.5" +version = "0.1.6" dependencies = [ "anyhow", "bitflags", @@ -2095,7 +2095,7 @@ dependencies = [ [[package]] name = "lyric-wasm-runtime" -version = "0.1.5" +version = "0.1.6" dependencies = [ "anyhow", "async-stream", diff --git a/Cargo.toml b/Cargo.toml index 74a279a..1be52a9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ default-members = [ ] [workspace.package] -version = "0.1.5" +version = "0.1.6" authors = ["fangyinc "] edition = "2021" homepage = "https://github.com/fangyinc/lyric" @@ -62,8 +62,8 @@ hyper = "1.4" once_cell = "1.19" wrpc-interface-http = { version = "0.31", default-features = false} -lyric = { version = "0.1.5", path = "crates/lyric", default-features = false } -lyric-utils = { version = "0.1.5", path = "crates/lyric-utils", default-features = false } -lyric-rpc = { version = "0.1.5", path = "crates/lyric-rpc", default-features = false } -lyric-wasm-runtime = { version = "0.1.5", path = "crates/lyric-wasm-runtime", default-features = false } -lyric-py = { version = "0.1.5", path = "bindings/python/lyric-py", default-features = false } +lyric = { version = "0.1.6", path = "crates/lyric", default-features = false } +lyric-utils = { version = "0.1.6", path = "crates/lyric-utils", default-features = false } +lyric-rpc = { version = "0.1.6", path = "crates/lyric-rpc", default-features = false } +lyric-wasm-runtime = { version = "0.1.6", path = "crates/lyric-wasm-runtime", default-features = false } +lyric-py = { version = "0.1.6", path = "bindings/python/lyric-py", default-features = false } diff --git a/bindings/python/lyric-component-ts-transpiling/pyproject.toml b/bindings/python/lyric-component-ts-transpiling/pyproject.toml index 3bb7c1d..64399dd 100644 --- a/bindings/python/lyric-component-ts-transpiling/pyproject.toml +++ b/bindings/python/lyric-component-ts-transpiling/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "lyric-component-ts-transpiling" -version = "0.1.5" +version = "0.1.6" description = "Add your description here" authors = [ { name = "Fangyin Cheng", email = "staneyffer@gmail.com" }, diff --git a/bindings/python/lyric-js-worker/pyproject.toml b/bindings/python/lyric-js-worker/pyproject.toml index 7e143ba..5d42580 100644 --- a/bindings/python/lyric-js-worker/pyproject.toml +++ b/bindings/python/lyric-js-worker/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "lyric-js-worker" -version = "0.1.5" +version = "0.1.6" description = "Add your description here" authors = [ { name = "Fangyin Cheng", email = "staneyffer@gmail.com" }, diff --git a/bindings/python/lyric-py-worker/pyproject.toml b/bindings/python/lyric-py-worker/pyproject.toml index 2d8b392..49ce2cd 100644 --- a/bindings/python/lyric-py-worker/pyproject.toml +++ b/bindings/python/lyric-py-worker/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "lyric-py-worker" -version = "0.1.5" +version = "0.1.6" description = "Add your description here" authors = [ { name = "Fangyin Cheng", email = "staneyffer@gmail.com" }, diff --git a/bindings/python/lyric-task/pyproject.toml b/bindings/python/lyric-task/pyproject.toml index 36900db..441e333 100644 --- a/bindings/python/lyric-task/pyproject.toml +++ b/bindings/python/lyric-task/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "lyric-task" -version = "0.1.5" +version = "0.1.6" description = "Add your description here" authors = [ { name = "Fangyin Cheng", email = "staneyffer@gmail.com" }, diff --git a/bindings/python/pyproject.toml b/bindings/python/pyproject.toml index 9432edd..e85731d 100644 --- a/bindings/python/pyproject.toml +++ b/bindings/python/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "python" -version = "0.1.5" +version = "0.1.6" description = "Add your description here" authors = [ { name = "Fangyin Cheng", email = "staneyffer@gmail.com" }