From 6121606f531b17cba8bcc9819cc035d904368099 Mon Sep 17 00:00:00 2001 From: Joris Vaillant Date: Wed, 30 Oct 2024 10:34:33 +0100 Subject: [PATCH] release: Update pixi.toml version to 3.10.1 --- pixi.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pixi.toml b/pixi.toml index bd9da7e3..38cf5c57 100644 --- a/pixi.toml +++ b/pixi.toml @@ -1,6 +1,6 @@ [project] name = "eigenpy" -version = "3.10.0" +version = "3.10.1" description = "Bindings between Numpy and Eigen using Boost.Python" platforms = ["linux-64", "osx-64", "osx-arm64", "win-64"] channels = ["conda-forge"]