Skip to content

Commit

Permalink
Bump version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rcook committed Sep 13, 2024
1 parent f04a839 commit 0d1f822
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.3.25"
version = "0.4.0"

[dependencies]
anyhow = "1.0.86"
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.25"
version = "0.4.0"

[dependencies]
anyhow = "1.0.86"
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.25"
version = "0.4.0"

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

0 comments on commit 0d1f822

Please sign in to comment.