Skip to content

Commit 5649dd1

Browse files
authored
Bump version to 0.1.0 (#77)
* Refs #23201: Bump v0.1.0 Signed-off-by: Javier Gil Aviles <[email protected]> * Refs #23201: Apply review requests Signed-off-by: Javier Gil Aviles <[email protected]> --------- Signed-off-by: Javier Gil Aviles <[email protected]>
1 parent 1cb0faa commit 5649dd1

File tree

8 files changed

+13
-13
lines changed

8 files changed

+13
-13
lines changed

VERSION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
VERSION_MAJOR 0
2-
VERSION_MINOR 0
3-
VERSION_PATCH 0
2+
VERSION_MINOR 1
3+
VERSION_PATCH 0

sustainml_cpp/package.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
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>sustainml_cpp</name>
5-
<version>0.0.0</version>
5+
<version>0.1.0</version>
66
<description>
77
*SustainML* C++ API Module is a C++ API to implement Node interface.
88
</description>
99
<maintainer email="[email protected]">Raul Sánchez-Mateos</maintainer>
1010
<maintainer email="[email protected]">Mario Domínguez</maintainer>
11-
<maintainer email="jesuspoderoso@eprosima.com">Jesús Poderoso</maintainer>
11+
<maintainer email="javiergil@eprosima.com">Javier Gil</maintainer>
1212
<license file="LICENSE">Apache 2.0</license>
1313

1414
<url type="website">https://www.eprosima.com/</url>

sustainml_docs/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</description>
99
<maintainer email="[email protected]">Raul Sánchez-Mateos</maintainer>
1010
<maintainer email="[email protected]">Mario Domínguez</maintainer>
11-
<maintainer email="jesuspoderoso@eprosima.com">Jesús Poderoso</maintainer>
11+
<maintainer email="javiergil@eprosima.com">Javier Gil</maintainer>
1212
<license file="LICENSE">Apache 2.0</license>
1313

1414
<url type="website">https://www.eprosima.com/</url>

sustainml_modules/package.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
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>sustainml_modules</name>
5-
<version>0.0.0</version>
5+
<version>0.1.0</version>
66
<description>
77
*SustainML* Modules Nodes Implementation
88
</description>
99
<maintainer email="[email protected]">Raul Sánchez-Mateos</maintainer>
1010
<maintainer email="[email protected]">Mario Domínguez</maintainer>
11-
<maintainer email="jesuspoderoso@eprosima.com">Jesús Poderoso</maintainer>
11+
<maintainer email="javiergil@eprosima.com">Javier Gil</maintainer>
1212
<license file="LICENSE">Apache 2.0</license>
1313

1414
<url type="website">https://www.eprosima.com/</url>

sustainml_modules/setup.py

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

2121
setup(
2222
name=package_name,
23-
version='0.0.0',
23+
version='0.1.0',
2424
packages=file_packages,
2525
long_description=long_description,
2626
data_files=[

sustainml_py/package.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
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>sustainml_py</name>
5-
<version>0.0.0</version>
5+
<version>0.1.0</version>
66
<description>
77
*SustainML* Python Module to implement Node interface.
88
</description>
99
<maintainer email="[email protected]">Raul Sánchez-Mateos</maintainer>
1010
<maintainer email="[email protected]">Mario Domínguez</maintainer>
11-
<maintainer email="jesuspoderoso@eprosima.com">Jesús Poderoso</maintainer>
11+
<maintainer email="javiergil@eprosima.com">Javier Gil</maintainer>
1212
<license file="LICENSE">Apache 2.0</license>
1313

1414
<url type="website">https://www.eprosima.com/</url>

sustainml_py/setup.py

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

1818
setup(
1919
name=package_name,
20-
version='0.0.0',
20+
version='0.1.0',
2121
packages=file_packages,
2222
long_description=long_description,
2323
data_files=[

sustainml_swig/package.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
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>sustainml_swig</name>
5-
<version>0.0.0</version>
5+
<version>0.1.0</version>
66
<description>
77
SustainML SWIG
88
</description>
99
<maintainer email="[email protected]">Raul Sánchez-Mateos</maintainer>
1010
<maintainer email="[email protected]">Mario Domínguez</maintainer>
11-
<maintainer email="jesuspoderoso@eprosima.com">Jesús Poderoso</maintainer>
11+
<maintainer email="javiergil@eprosima.com">Javier Gil</maintainer>
1212
<license file="LICENSE">Apache 2.0</license>
1313

1414
<url type="website">https://www.eprosima.com/</url>

0 commit comments

Comments
 (0)