Skip to content

Commit

Permalink
Bump version to 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rcook committed Oct 8, 2024
1 parent 8474f77 commit 023a2c8
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.0"
version = "0.4.1"

[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.0"
version = "0.4.1"

[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.0"
version = "0.4.1"

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

0 comments on commit 023a2c8

Please sign in to comment.