Skip to content

Commit 4900492

Browse files
committed
0.2.3
1 parent fe16e67 commit 4900492

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313

1414
setup(
1515
name="plainmp",
16-
version="0.2.2",
17-
description="experimental",
16+
version="0.2.3",
17+
description="Very fast motion planning for articulated robot, through a bit of premature-optimization (C++ core with Python bindings) *less than 1ms for moderate problems",
1818
author="Hirokazu Ishida",
1919
install_requires=["numpy", "scipy", "scikit-robot>=0.0.44", "pyyaml", "robot_descriptions", "osqp<1.0.0"],
2020
packages=packages,

0 commit comments

Comments
 (0)