[js] update client to work with unified service

bump both versions to 0.2.1
disable npm/pypi publish except on manual workflow run
This commit is contained in:
Neil Movva
2023-09-07 06:06:44 +00:00
parent f23623933a
commit 5d303660b5
12 changed files with 434 additions and 399 deletions

2
python/Cargo.lock generated
View File

@@ -25,7 +25,7 @@ dependencies = [
[[package]]
name = "blyss-client-python"
version = "0.2.0"
version = "0.2.1"
dependencies = [
"pyo3",
"spiral-rs",

View File

@@ -1,6 +1,6 @@
[package]
name = "blyss-client-python"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
rust-version = "1.70.0"