Skip to content

Commit

Permalink
bump to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sslivkoff committed Aug 27, 2024
1 parent 98a756a commit e4318f9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion python/mesc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@
'get_global_metadata',
)

__version__ = '0.2.0'
__version__ = '0.2.1'
2 changes: 1 addition & 1 deletion rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ members = ["crates/mesc", "crates/mesc_cli"]
resolver = "2"

[workspace.package]
version = "0.2.0"
version = "0.2.1"
edition = "2021"
license = "MIT OR Apache-2.0"
homepage = "https://github.com/paradigmxyz/mesc"
Expand Down
2 changes: 1 addition & 1 deletion rust/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The `crates/mesc_cli` crate is a tool for reading, writing, and validating MESC

Inside a cargo project: `cargo add mesc`

Inside a `Cargo.toml`: `mesc = "0.2.0"`
Inside a `Cargo.toml`: `mesc = "0.2.1"`

## Example Usage

Expand Down
2 changes: 1 addition & 1 deletion rust/crates/mesc_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ edit = "0.1.4"
futures = "0.3.29"
inquire = "0.6.2"
ipgeolocate = "0.3.6"
mesc = { version = "0.2.0", path = "../mesc" }
mesc = { version = "0.2.1", path = "../mesc" }
reqwest = { version = "0.11.22", features = ["json"] }
serde = { workspace = true }
serde_json = { workspace = true }
Expand Down

0 comments on commit e4318f9

Please sign in to comment.