diff --git a/curves/Makefile b/curves/Makefile index 4589f044a260832a8f9cc0125b08188d43087b48..efa1b3bc0078c82ad51ad6677be170f17709ddb7 100644 --- a/curves/Makefile +++ b/curves/Makefile @@ -4,7 +4,7 @@ ORG= loco-3d NAME= curves -VERSION= 0.3.1 +VERSION= 0.3.2 CATEGORIES= wip COMMENT= Library for creating curves diff --git a/curves/PLIST b/curves/PLIST index 620b382f287d4e794f92e64c4363f6131ee42dc6..712eb4a9b61783b3d895e2dd4c50b6d9ebe0e702 100644 --- a/curves/PLIST +++ b/curves/PLIST @@ -20,6 +20,7 @@ include/curves/optimization/integral_cost.h include/curves/optimization/quadratic_problem.h include/curves/piecewise_curve.h include/curves/polynomial.h +include/curves/python/python_definitions.h include/curves/quadratic_variable.h include/curves/quintic_spline.h include/curves/se3_curve.h diff --git a/curves/distinfo b/curves/distinfo index fd3149207090533056c40372c15f0a9da93fca68..180cec67b62c9f8f3b6bbffab8be95377cdf039b 100644 --- a/curves/distinfo +++ b/curves/distinfo @@ -1,3 +1,3 @@ -SHA1 (curves-0.3.1.tar.gz) = d3035a2ef2a0cc0b25bbcc79bdf08184aaf5dceb -RMD160 (curves-0.3.1.tar.gz) = 6d762a9b0a92a2d271fe3ae0bd1293ed37812766 -Size (curves-0.3.1.tar.gz) = 1599253 bytes +SHA1 (curves-0.3.2.tar.gz) = ac9a2cb9e362be644535e361c044b45e7302571c +RMD160 (curves-0.3.2.tar.gz) = f671c43ddce6b853b3b586a304d4d5fc1c039cb4 +Size (curves-0.3.2.tar.gz) = 1601538 bytes diff --git a/py-curves/Makefile b/py-curves/Makefile index d55f7a19015154ebf579a7a056a761b759ad3677..44415975c8953870d89f27d0fc9f1d97b8e94a30 100644 --- a/py-curves/Makefile +++ b/py-curves/Makefile @@ -4,7 +4,7 @@ ORG= loco-3d NAME= curves -VERSION= 0.3.1 +VERSION= 0.3.2 CATEGORIES= wip COMMENT= Library for creating curves (python bindings) diff --git a/py-curves/distinfo b/py-curves/distinfo index fd3149207090533056c40372c15f0a9da93fca68..180cec67b62c9f8f3b6bbffab8be95377cdf039b 100644 --- a/py-curves/distinfo +++ b/py-curves/distinfo @@ -1,3 +1,3 @@ -SHA1 (curves-0.3.1.tar.gz) = d3035a2ef2a0cc0b25bbcc79bdf08184aaf5dceb -RMD160 (curves-0.3.1.tar.gz) = 6d762a9b0a92a2d271fe3ae0bd1293ed37812766 -Size (curves-0.3.1.tar.gz) = 1599253 bytes +SHA1 (curves-0.3.2.tar.gz) = ac9a2cb9e362be644535e361c044b45e7302571c +RMD160 (curves-0.3.2.tar.gz) = f671c43ddce6b853b3b586a304d4d5fc1c039cb4 +Size (curves-0.3.2.tar.gz) = 1601538 bytes