Skip to content

Commit

Permalink
Bump version to 0.3.24
Browse files Browse the repository at this point in the history
  • Loading branch information
rcook committed May 18, 2024
1 parent fdb5cf0 commit 14a6edb
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion isopy-go/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = "MIT"
name = "isopy-go"
readme = "../README.md"
repository = "https://github.com/rcook/isopy.git"
version = "0.3.23"
version = "0.3.24"

[dependencies]
anyhow = "1.0.82"
Expand Down
2 changes: 1 addition & 1 deletion isopy-java/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = "MIT"
name = "isopy-java"
readme = "../README.md"
repository = "https://github.com/rcook/isopy.git"
version = "0.3.23"
version = "0.3.24"

[dependencies]
anyhow = "1.0.82"
Expand Down
2 changes: 1 addition & 1 deletion isopy-lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = "MIT"
name = "isopy-lib"
readme = "../README.md"
repository = "https://github.com/rcook/isopy.git"
version = "0.3.23"
version = "0.3.24"

[dependencies]
anyhow = "1.0.82"
Expand Down
2 changes: 1 addition & 1 deletion isopy-python/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = "MIT"
name = "isopy-python"
readme = "../README.md"
repository = "https://github.com/rcook/isopy.git"
version = "0.3.23"
version = "0.3.24"

[dependencies]
anyhow = "1.0.82"
Expand Down
2 changes: 1 addition & 1 deletion isopy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = "MIT"
name = "isopy"
readme = "README.md"
repository = "https://github.com/rcook/isopy.git"
version = "0.3.23"
version = "0.3.24"

[dependencies]
anyhow = { version = "1.0.82", features = ["backtrace"] }
Expand Down

0 comments on commit 14a6edb

Please sign in to comment.