Skip to content

Commit b1cdef9

Browse files
committed
update version to 0.10.12
1 parent 9854ed8 commit b1cdef9

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
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.11
3+
version: 0.10.12
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.11
3+
version: 0.10.12
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.11"
3+
version: "0.10.12"
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.11',
7+
version='0.10.12',
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.11"
1+
__version__ = "0.10.12"

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.11</version>
5+
<version>0.10.12</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)