Skip to content

Commit

Permalink
lpg-linux static
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanSerina committed Oct 24, 2024
1 parent 8ed62da commit 236956a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Notebooks/Unified_Planning_Basics_LPG.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -819,4 +819,4 @@
},
"nbformat": 4,
"nbformat_minor": 0
}
}
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Binary file modified up_lpg/lpg
Binary file not shown.

0 comments on commit 236956a

Please sign in to comment.