Skip to content

Commit 266366c

Browse files
committed
Bump version to 0.10.4
1 parent 121c398 commit 266366c

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

.conda/recipe.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package:
22
name: unilabos
3-
version: 0.10.13
3+
version: 0.10.14
44

55
source:
66
path: ../unilabos

recipes/msgs/recipe.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package:
22
name: ros-humble-unilabos-msgs
3-
version: 0.10.13
3+
version: 0.10.14
44
source:
55
path: ../../unilabos_msgs
66
target_directory: src

recipes/unilabos/recipe.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package:
22
name: unilabos
3-
version: "0.10.13"
3+
version: "0.10.14"
44

55
source:
66
path: ../..

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
setup(
66
name=package_name,
7-
version='0.10.13',
7+
version='0.10.14',
88
packages=find_packages(),
99
include_package_data=True,
1010
install_requires=['setuptools'],

unilabos/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.10.13"
1+
__version__ = "0.10.14"

unilabos/test/experiments/prcxi_9320_with_res_test.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121
},
2222
"host": "10.20.30.184",
2323
"port": 9999,
24-
"debug": false,
24+
"debug": true,
2525
"setup": true,
2626
"is_9320": true,
2727
"timeout": 10,
2828
"matrix_id": "5de524d0-3f95-406c-86dd-f83626ebc7cb",
29-
"simulator": false,
29+
"simulator": true,
3030
"channel_num": 2
3131
},
3232
"data": {

unilabos_msgs/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>unilabos_msgs</name>
5-
<version>0.10.13</version>
5+
<version>0.10.14</version>
66
<description>ROS2 Messages package for unilabos devices</description>
77
<maintainer email="changjh@pku.edu.cn">Junhan Chang</maintainer>
88
<maintainer email="18435084+Xuwznln@users.noreply.github.com">Xuwznln</maintainer>

0 commit comments

Comments
 (0)