Skip to content

Commit 3af6af9

Browse files
committed
release: bump Jazzy packages to 0.12.0
1 parent ef37732 commit 3af6af9

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.3
6+
version: 0.12.0
77

88
source:
99
path: ../../unilabos
@@ -55,7 +55,7 @@ requirements:
5555
- pymodbus
5656
- matplotlib
5757
- pylibftdi
58-
- uni-lab::unilabos-env ==0.11.3
58+
- uni-lab::unilabos-env ==0.12.0
5959

6060
about:
6161
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.3
5+
version: 0.12.0
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.3
6+
version: 0.12.0
77

88
build:
99
noarch: generic
1010

1111
requirements:
1212
run:
1313
# Base unilabos package (includes unilabos-env)
14-
- uni-lab::unilabos ==0.11.3
14+
- uni-lab::unilabos ==0.12.0
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-jazzy-unilabos-msgs
3-
version: 0.11.3
3+
version: 0.12.0
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.3"
3+
version: "0.12.0"
44

55
source:
66
path: ../..

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
setup(
66
name=package_name,
77
python_requires='>=3.12,<3.13',
8-
version='0.11.3',
8+
version='0.12.0',
99
packages=find_packages(),
1010
include_package_data=True,
1111
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.3"
1+
__version__ = "0.12.0"

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.3</version>
5+
<version>0.12.0</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)