From c8c607341d7ce3e248573390d2cf77ea5b17be84 Mon Sep 17 00:00:00 2001
From: Guilhem Saurel <guilhem.saurel@laas.fr>
Date: Wed, 1 Apr 2020 16:47:51 +0200
Subject: [PATCH] [wip/{,py-}curves] Update to v0.4.1

Changes since v0.4.0:
- [CMake] fix pinocchio detection
- [CMake] export CURVES_WITH_PINOCCHIO_SUPPORT
---
 curves/Makefile    | 2 +-
 curves/distinfo    | 6 +++---
 py-curves/Makefile | 2 +-
 py-curves/distinfo | 6 +++---
 4 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/curves/Makefile b/curves/Makefile
index 0f2b0b0c..4348899a 100644
--- a/curves/Makefile
+++ b/curves/Makefile
@@ -4,7 +4,7 @@
 
 ORG=			loco-3d
 NAME=			curves
-VERSION=		0.4.0
+VERSION=		0.4.1
 
 CATEGORIES=		wip
 COMMENT=		Library for creating curves
diff --git a/curves/distinfo b/curves/distinfo
index 30b2ad09..37519f3e 100644
--- a/curves/distinfo
+++ b/curves/distinfo
@@ -1,3 +1,3 @@
-SHA1 (curves-0.4.0.tar.gz) = e9c0871bed4c84e54f591e372f1f203c7e4c0e41
-RMD160 (curves-0.4.0.tar.gz) = a6f28ca49f782c295ce5a7eff12181eda176e61b
-Size (curves-0.4.0.tar.gz) = 1633034 bytes
+SHA1 (curves-0.4.1.tar.gz) = ad2a8c8aad7816b96bcf528bdaa02850085fda8c
+RMD160 (curves-0.4.1.tar.gz) = 840b6e2fd1275027dd9ae488ff7b96681d814911
+Size (curves-0.4.1.tar.gz) = 1633107 bytes
diff --git a/py-curves/Makefile b/py-curves/Makefile
index 98dd1fb5..e06f9df2 100644
--- a/py-curves/Makefile
+++ b/py-curves/Makefile
@@ -4,7 +4,7 @@
 
 ORG=			loco-3d
 NAME=			curves
-VERSION=		0.4.0
+VERSION=		0.4.1
 
 CATEGORIES=		wip
 COMMENT=		Library for creating curves (python bindings)
diff --git a/py-curves/distinfo b/py-curves/distinfo
index 30b2ad09..37519f3e 100644
--- a/py-curves/distinfo
+++ b/py-curves/distinfo
@@ -1,3 +1,3 @@
-SHA1 (curves-0.4.0.tar.gz) = e9c0871bed4c84e54f591e372f1f203c7e4c0e41
-RMD160 (curves-0.4.0.tar.gz) = a6f28ca49f782c295ce5a7eff12181eda176e61b
-Size (curves-0.4.0.tar.gz) = 1633034 bytes
+SHA1 (curves-0.4.1.tar.gz) = ad2a8c8aad7816b96bcf528bdaa02850085fda8c
+RMD160 (curves-0.4.1.tar.gz) = 840b6e2fd1275027dd9ae488ff7b96681d814911
+Size (curves-0.4.1.tar.gz) = 1633107 bytes
-- 
GitLab