From a0e4c6ea12d0514f3313511b5858cfc818e06e4c Mon Sep 17 00:00:00 2001 From: Richard Cook Date: Mon, 29 Apr 2024 13:31:50 -0700 Subject: [PATCH] Bump version to 0.3.23 --- Cargo.lock | 10 +++++----- isopy-go/Cargo.toml | 2 +- isopy-java/Cargo.toml | 2 +- isopy-lib/Cargo.toml | 2 +- isopy-python/Cargo.toml | 2 +- isopy/Cargo.toml | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8f37755a..8d31de50 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1005,7 +1005,7 @@ checksum = "28b29a3cd74f0f4598934efe3aeba42bae0eb4680554128851ebbecb02af14e6" [[package]] name = "isopy" -version = "0.3.22" +version = "0.3.23" dependencies = [ "anyhow", "async-trait", @@ -1052,7 +1052,7 @@ dependencies = [ [[package]] name = "isopy-go" -version = "0.3.22" +version = "0.3.23" dependencies = [ "anyhow", "async-trait", @@ -1073,7 +1073,7 @@ dependencies = [ [[package]] name = "isopy-java" -version = "0.3.22" +version = "0.3.23" dependencies = [ "anyhow", "async-trait", @@ -1094,7 +1094,7 @@ dependencies = [ [[package]] name = "isopy-lib" -version = "0.3.22" +version = "0.3.23" dependencies = [ "anyhow", "async-trait", @@ -1115,7 +1115,7 @@ dependencies = [ [[package]] name = "isopy-python" -version = "0.3.22" +version = "0.3.23" dependencies = [ "anyhow", "async-trait", diff --git a/isopy-go/Cargo.toml b/isopy-go/Cargo.toml index 20743e3c..a6bcebbe 100644 --- a/isopy-go/Cargo.toml +++ b/isopy-go/Cargo.toml @@ -9,7 +9,7 @@ license = "MIT" name = "isopy-go" readme = "../README.md" repository = "https://github.com/rcook/isopy.git" -version = "0.3.22" +version = "0.3.23" [dependencies] anyhow = "1.0.82" diff --git a/isopy-java/Cargo.toml b/isopy-java/Cargo.toml index 959a3a65..86ed2be6 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.22" +version = "0.3.23" [dependencies] anyhow = "1.0.82" diff --git a/isopy-lib/Cargo.toml b/isopy-lib/Cargo.toml index 3a663eee..4e7fd1b7 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.22" +version = "0.3.23" [dependencies] anyhow = "1.0.82" diff --git a/isopy-python/Cargo.toml b/isopy-python/Cargo.toml index 37d65132..8ed1d0c4 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.22" +version = "0.3.23" [dependencies] anyhow = "1.0.82" diff --git a/isopy/Cargo.toml b/isopy/Cargo.toml index dd57206a..498e372a 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.22" +version = "0.3.23" [dependencies] anyhow = { version = "1.0.82", features = ["backtrace"] }