diff --git a/Notebooks/Unified_Planning_Basics_LPG.ipynb b/Notebooks/Unified_Planning_Basics_LPG.ipynb index 2c84e9d..f7a90c4 100644 --- a/Notebooks/Unified_Planning_Basics_LPG.ipynb +++ b/Notebooks/Unified_Planning_Basics_LPG.ipynb @@ -426,7 +426,7 @@ " * Developers: UNIBS Team\n", "\u001b[0m\u001b[96m * Description: \u001b[0m\u001b[96mLPG is a planner based on local search and planning graphs.\u001b[0m\u001b[96m\n", "\u001b[0m\u001b[96m\n", - "\u001b[0mPyperplan returned: SequentialPlan:\n", + "\u001b[0mLPG returned: SequentialPlan:\n", " move(l0, l1)\n", " move(l1, l2)\n", " move(l2, l3)\n", @@ -819,4 +819,4 @@ }, "nbformat": 4, "nbformat_minor": 0 -} \ No newline at end of file +} diff --git a/setup.py b/setup.py index b6fc471..64b4521 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ def is_pure(self): return False setup(name='up_lpg', - version='0.0.14', + version='0.0.15', description='up_lpg', long_description=long_description, long_description_content_type ="text/markdown", diff --git a/up_lpg/lpg b/up_lpg/lpg index 78db4e3..949b87e 100755 Binary files a/up_lpg/lpg and b/up_lpg/lpg differ