* update version * update contract version
@@ -1251,7 +1251,7 @@ dependencies = [
[[package]]
name = "pyth-cosmwasm"
-version = "0.1.0"
+version = "1.0.0"
dependencies = [
"bigint",
"byteorder",
@@ -1304,7 +1304,7 @@ dependencies = [
name = "pyth-sdk-cw"
"cosmwasm-schema",
"cosmwasm-std",
@@ -1,6 +1,6 @@
[package]
authors = ["Wormhole Contributors <contact@certus.one>"]
edition = "2018"
description = "Pyth price receiver"
@@ -34,5 +34,5 @@ cosmwasm-storage = { version = "1.0.0" }
cw-storage-plus = "0.13.4"
schemars = "0.8"
serde = { version = "1.0", default-features = false, features = ["derive"] }
-pyth-sdk-cw = "0.1.0"
+pyth-sdk-cw = "1.0.0"
cosmwasm-schema = "1.1.9"
authors = ["Pyth Data Foundation"]
license = "Apache-2.0"
@@ -9,7 +9,7 @@ Add this crate to the dependencies section of your CosmWasm contract's `Cargo.to
```
[dependencies]
## Usage