diff --git a/.conda/recipe.yaml b/.conda/recipe.yaml index fb4f1b8f..9fd0e765 100644 --- a/.conda/recipe.yaml +++ b/.conda/recipe.yaml @@ -1,6 +1,6 @@ package: name: unilabos - version: 0.10.7 + version: 0.10.9 source: path: ../unilabos diff --git a/recipes/msgs/recipe.yaml b/recipes/msgs/recipe.yaml index 1ce1efe1..b91ed597 100644 --- a/recipes/msgs/recipe.yaml +++ b/recipes/msgs/recipe.yaml @@ -1,6 +1,6 @@ package: name: ros-humble-unilabos-msgs - version: 0.10.7 + version: 0.10.9 source: path: ../../unilabos_msgs target_directory: src diff --git a/recipes/unilabos/recipe.yaml b/recipes/unilabos/recipe.yaml index 7ac0781a..8b45ed7f 100644 --- a/recipes/unilabos/recipe.yaml +++ b/recipes/unilabos/recipe.yaml @@ -1,6 +1,6 @@ package: name: unilabos - version: "0.10.7" + version: "0.10.9" source: path: ../.. diff --git a/setup.py b/setup.py index 508ff337..7b570566 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ package_name = 'unilabos' setup( name=package_name, - version='0.10.7', + version='0.10.9', packages=find_packages(), include_package_data=True, install_requires=['setuptools'], diff --git a/unilabos/__init__.py b/unilabos/__init__.py index 5b0f7f2f..dd1de00d 100644 --- a/unilabos/__init__.py +++ b/unilabos/__init__.py @@ -1 +1 @@ -__version__ = "0.10.7" +__version__ = "0.10.9" diff --git a/unilabos/devices/liquid_handling/prcxi/deck.json b/unilabos/devices/liquid_handling/prcxi/deck.json index a892941b..bc52e1db 100644 --- a/unilabos/devices/liquid_handling/prcxi/deck.json +++ b/unilabos/devices/liquid_handling/prcxi/deck.json @@ -41151,5 +41151,6 @@ "uuid": "730067cf07ae43849ddf4034299030e9" } } - } -] \ No newline at end of file + ], + "links": [] +} \ No newline at end of file diff --git a/unilabos_msgs/package.xml b/unilabos_msgs/package.xml index c6e274a2..9dd3b60a 100644 --- a/unilabos_msgs/package.xml +++ b/unilabos_msgs/package.xml @@ -2,7 +2,7 @@ unilabos_msgs - 0.10.7 + 0.10.9 ROS2 Messages package for unilabos devices Junhan Chang Xuwznln