Skip to content

Commit f6b2bfa

Browse files
committed
upgrade to 0.11.1
1 parent 71107e9 commit f6b2bfa

8 files changed

Lines changed: 10 additions & 10 deletions

File tree

.conda/base/recipe.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
package:
55
name: unilabos
6-
version: 0.11.0
6+
version: 0.11.1
77

88
source:
99
path: ../../unilabos
@@ -54,7 +54,7 @@ requirements:
5454
- pymodbus
5555
- matplotlib
5656
- pylibftdi
57-
- uni-lab::unilabos-env ==0.11.0
57+
- uni-lab::unilabos-env ==0.11.1
5858

5959
about:
6060
repository: https://github.com/deepmodeling/Uni-Lab-OS

.conda/environment/recipe.yaml

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

33
package:
44
name: unilabos-env
5-
version: 0.11.0
5+
version: 0.11.1
66

77
build:
88
noarch: generic

.conda/full/recipe.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33

44
package:
55
name: unilabos-full
6-
version: 0.11.0
6+
version: 0.11.1
77

88
build:
99
noarch: generic
1010

1111
requirements:
1212
run:
1313
# Base unilabos package (includes unilabos-env)
14-
- uni-lab::unilabos ==0.11.0
14+
- uni-lab::unilabos ==0.11.1
1515
# Documentation tools
1616
- sphinx
1717
- sphinx_rtd_theme

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.11.0
3+
version: 0.11.1
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.11.0"
3+
version: "0.11.1"
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.11.0',
7+
version='0.11.1',
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.11.0"
1+
__version__ = "0.11.1"

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.11.0</version>
5+
<version>0.11.1</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)