diff --git a/Cargo.lock b/Cargo.lock index 72936f16..a6652312 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -238,7 +238,7 @@ checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7" [[package]] name = "differt-core" -version = "0.0.14" +version = "0.0.15" dependencies = [ "criterion", "log", diff --git a/differt-core/Cargo.toml b/differt-core/Cargo.toml index 2ec05cd0..1aaa8c70 100644 --- a/differt-core/Cargo.toml +++ b/differt-core/Cargo.toml @@ -32,4 +32,4 @@ name = "differt_core" edition = "2021" name = "differt-core" rust-version = "1.75.0" -version = "0.0.14" +version = "0.0.15" diff --git a/differt/pyproject.toml b/differt/pyproject.toml index f2f0aae6..5e40f012 100644 --- a/differt/pyproject.toml +++ b/differt/pyproject.toml @@ -16,7 +16,7 @@ classifiers = [ ] dependencies = [ "beartype>=0.17.2", - "differt-core==0.0.14", + "differt-core==0.0.15", "equinox>=0.11.2", "jax>=0.4.20", "jaxtyping>=0.2.24", diff --git a/pyproject.toml b/pyproject.toml index fcd679bd..b40a13c8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ version = "1.0.0" allow_dirty = false commit = true commit_args = "" -current_version = "0.0.14" +current_version = "0.0.15" ignore_missing_version = false message = "chore(deps): bump version from {current_version} to {new_version}" parse = "(?P\\d+)\\.(?P\\d+)\\.(?P\\d+)"