Skip to content

Commit

Permalink
Bump version to 1.2.1 and add file_path to OakInkShape
Browse files Browse the repository at this point in the history
  • Loading branch information
KailinLi committed Aug 18, 2024
1 parent 8124185 commit 30cb583
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion oikit/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.2.0"
__version__ = "1.2.1"
1 change: 1 addition & 0 deletions oikit/oi_shape/oi_shape.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ def _prepare_data(self):
"source": source,
"pass_stage": pass_stage,
"alt_grasp_item": None,
"file_path": os.path.join(cur, f),
}
grasp_list.append(grasp_item)
# endregion <<<<
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def get_dep():

setup(
name="oikit",
version="1.2.0",
version="1.2.1",
author="Lixin Yang",
author_email="[email protected]",
description="OakInk tooKIT",
Expand Down

0 comments on commit 30cb583

Please sign in to comment.