From 363568ea984784e041f7f72d7033b9ff10329955 Mon Sep 17 00:00:00 2001 From: Ibrahim Sel Date: Thu, 12 Feb 2026 11:58:47 +0300 Subject: [PATCH] chore: update package metadata --- package.xml | 4 ++-- setup.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.xml b/package.xml index ee04fe6..8ddd0d8 100755 --- a/package.xml +++ b/package.xml @@ -2,8 +2,8 @@ agent - 1.0.0 - Eclipse Muto Agent Package + 0.42.0 + Eclipse Muto Agent - pluggable communication gateway bridging ROS 2 nodes with cloud backends via MQTT/Ditto and Symphony protocols Alp SARICA Eclipse Public License v2.0 diff --git a/setup.py b/setup.py index 0bf6958..dbf78f4 100755 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name=package_name, - version='2.0.0', + version='0.42.0', packages=find_packages(), data_files=[ ('share/ament_index/resource_index/packages', ['resource/' + package_name]), @@ -18,7 +18,7 @@ zip_safe=True, maintainer='Composive Team', maintainer_email='info@composiv.ai', - description='Eclipse Muto Agent Package - Refactored for improved modularity and robustness', + description='Eclipse Muto Agent - pluggable communication gateway bridging ROS 2 nodes with cloud backends via MQTT/Ditto and Symphony protocols', license='Eclipse Public License v2.0', tests_require=['pytest'], entry_points={