Skip to content

Commit

Permalink
Bump version to 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rcook committed Oct 17, 2024
1 parent 591b965 commit 2c8c377
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 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-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.4.2"
version = "0.4.3"

[dependencies]
anyhow = "1.0.89"
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.4.2"
version = "0.4.3"

[dependencies]
anyhow = "1.0.89"
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.4.2"
version = "0.4.3"

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

0 comments on commit 2c8c377

Please sign in to comment.