From 5e5d1f0dcae5db7a4335b3b25b44d656698894de Mon Sep 17 00:00:00 2001 From: Jose Emilio Labra Gayo Date: Wed, 13 Nov 2024 14:09:38 +0100 Subject: [PATCH] Release 0.1.56 pyrudof@0.1.56 rudof_lib@0.1.56 srdf@0.1.56 Generated by cargo-workspaces --- python/Cargo.toml | 2 +- rudof_lib/Cargo.toml | 2 +- srdf/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/python/Cargo.toml b/python/Cargo.toml index c458a135..58d02bf6 100644 --- a/python/Cargo.toml +++ b/python/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pyrudof" -version = "0.1.55" +version = "0.1.56" documentation = "https://rudof-project.github.io/rudof/" readme = "README.md" license.workspace = true diff --git a/rudof_lib/Cargo.toml b/rudof_lib/Cargo.toml index 1718d013..45eb7a6b 100644 --- a/rudof_lib/Cargo.toml +++ b/rudof_lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rudof_lib" -version = "0.1.55" +version = "0.1.56" authors.workspace = true description.workspace = true documentation = "https://docs.rs/rudof_lib" diff --git a/srdf/Cargo.toml b/srdf/Cargo.toml index d26b68ad..7930c0b5 100644 --- a/srdf/Cargo.toml +++ b/srdf/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "srdf" -version = "0.1.55" +version = "0.1.56" authors.workspace = true description.workspace = true documentation = "https://docs.rs/srdf"