Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>core</name>
<version>1.0.0</version>
<description>Eclipse Muto Core Package</description>
<version>0.42.0</version>
<description>Eclipse Muto Core - digital twin bridge that manages device registration, connectivity, telemetry, and stack state with a remote twin server</description>
<maintainer email="alp.sarica@eteration.com">Alp SARICA</maintainer>
<license>Eclipse Public License v2.0</license>

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name=package_name,
version='1.0.0',
version='0.42.0',
packages=[package_name],
data_files=[
('share/ament_index/resource_index/packages',['resource/' + package_name]),
Expand All @@ -18,7 +18,7 @@
zip_safe=True,
maintainer='Alp SARICA',
maintainer_email='alp.sarica@eteration.com',
description='Eclipse Muto Core Package',
description='Eclipse Muto Core - digital twin bridge that manages device registration, connectivity, telemetry, and stack state with a remote twin server',
license='Eclipse Public License v2.0',
tests_require=['pytest'],
entry_points={
Expand Down