Skip to content

Commit

Permalink
Bump version to 0.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
rcook committed Feb 21, 2024
1 parent f3e01a9 commit 071f370
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 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-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.9"
version = "0.3.10"

[dependencies]
anyhow = "1.0.75"
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.9"
version = "0.3.10"

[dependencies]
anyhow = "1.0.75"
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.9"
version = "0.3.10"

[dependencies]
anyhow = "1.0.75"
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.9"
version = "0.3.10"

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

0 comments on commit 071f370

Please sign in to comment.