From f127a9dbc2d50eb38538b042684291782181302c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Eertmans?= Date: Sat, 28 Sep 2024 22:41:12 +0200 Subject: [PATCH] chore(deps): bump version from 0.0.17 to 0.0.18 --- Cargo.lock | 2 +- differt-core/Cargo.toml | 2 +- differt/pyproject.toml | 2 +- pyproject.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 801675e..abb26a5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -238,7 +238,7 @@ checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7" [[package]] name = "differt-core" -version = "0.0.17" +version = "0.0.18" dependencies = [ "criterion", "indexmap", diff --git a/differt-core/Cargo.toml b/differt-core/Cargo.toml index ff676bc..5daaf49 100644 --- a/differt-core/Cargo.toml +++ b/differt-core/Cargo.toml @@ -36,4 +36,4 @@ unexpected_cfgs = {level = "warn", check-cfg = ['cfg(tarpaulin_include)']} edition = "2021" name = "differt-core" rust-version = "1.75.0" -version = "0.0.17" +version = "0.0.18" diff --git a/differt/pyproject.toml b/differt/pyproject.toml index 19872e2..bb9a02d 100644 --- a/differt/pyproject.toml +++ b/differt/pyproject.toml @@ -16,7 +16,7 @@ classifiers = [ dependencies = [ "beartype>=0.17.2", "chex>=0.1.86", - "differt-core==0.0.17", + "differt-core==0.0.18", "equinox>=0.11.5", "filelock>=3.15.4", "jax>=0.4.32", diff --git a/pyproject.toml b/pyproject.toml index d98ac02..7dc4df5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ tests = [ allow_dirty = false commit = true commit_args = "" -current_version = "0.0.17" +current_version = "0.0.18" ignore_missing_version = false message = "chore(deps): bump version from {current_version} to {new_version}" parse = "(?P\\d+)\\.(?P\\d+)\\.(?P\\d+)"