From 071f370454438cd0a284577c313ed3410fe785db Mon Sep 17 00:00:00 2001 From: Richard Cook Date: Wed, 21 Feb 2024 13:33:09 -0800 Subject: [PATCH] Bump version to 0.3.10 --- Cargo.lock | 8 ++++---- isopy-java/Cargo.toml | 2 +- isopy-lib/Cargo.toml | 2 +- isopy-python/Cargo.toml | 2 +- isopy/Cargo.toml | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fae2bcaa..f30e802d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -982,7 +982,7 @@ dependencies = [ [[package]] name = "isopy" -version = "0.3.9" +version = "0.3.10" dependencies = [ "anyhow", "async-trait", @@ -1050,7 +1050,7 @@ dependencies = [ [[package]] name = "isopy-java" -version = "0.3.9" +version = "0.3.10" dependencies = [ "anyhow", "async-trait", @@ -1071,7 +1071,7 @@ dependencies = [ [[package]] name = "isopy-lib" -version = "0.3.9" +version = "0.3.10" dependencies = [ "anyhow", "async-trait", @@ -1091,7 +1091,7 @@ dependencies = [ [[package]] name = "isopy-python" -version = "0.3.9" +version = "0.3.10" dependencies = [ "anyhow", "async-trait", diff --git a/isopy-java/Cargo.toml b/isopy-java/Cargo.toml index 464de5b5..24102482 100644 --- a/isopy-java/Cargo.toml +++ b/isopy-java/Cargo.toml @@ -9,7 +9,7 @@ license = "MIT" name = "isopy-java" readme = "../README.md" repository = "https://github.com/rcook/isopy.git" -version = "0.3.9" +version = "0.3.10" [dependencies] anyhow = "1.0.75" diff --git a/isopy-lib/Cargo.toml b/isopy-lib/Cargo.toml index b716ea0a..cc9161f9 100644 --- a/isopy-lib/Cargo.toml +++ b/isopy-lib/Cargo.toml @@ -9,7 +9,7 @@ license = "MIT" name = "isopy-lib" readme = "../README.md" repository = "https://github.com/rcook/isopy.git" -version = "0.3.9" +version = "0.3.10" [dependencies] anyhow = "1.0.75" diff --git a/isopy-python/Cargo.toml b/isopy-python/Cargo.toml index 886b7bb5..63cac769 100644 --- a/isopy-python/Cargo.toml +++ b/isopy-python/Cargo.toml @@ -9,7 +9,7 @@ license = "MIT" name = "isopy-python" readme = "../README.md" repository = "https://github.com/rcook/isopy.git" -version = "0.3.9" +version = "0.3.10" [dependencies] anyhow = "1.0.75" diff --git a/isopy/Cargo.toml b/isopy/Cargo.toml index 83ad2b72..a13225dd 100644 --- a/isopy/Cargo.toml +++ b/isopy/Cargo.toml @@ -9,7 +9,7 @@ license = "MIT" name = "isopy" readme = "README.md" repository = "https://github.com/rcook/isopy.git" -version = "0.3.9" +version = "0.3.10" [dependencies] anyhow = { version = "1.0.75", features = ["backtrace"] }