Skip to content

Commit ba4f34e

Browse files
authored
Bump version to 0.2.0 (#90)
Signed-off-by: Denisa <denisa@eprosima.com>
1 parent 721a765 commit ba4f34e

File tree

8 files changed

+10
-10
lines changed

8 files changed

+10
-10
lines changed

sustainml_cpp/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>sustainml_cpp</name>
5-
<version>0.1.0</version>
5+
<version>0.2.0</version>
66
<description>
77
*SustainML* C++ API Module is a C++ API to implement Node interface.
88
</description>

sustainml_docs/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>sustainml_docs</name>
5-
<version>0.1.0</version>
5+
<version>0.2.0</version>
66
<description>
77
*eprosima SustainML* Documentation built with sphinx and deployed in ReadTheDocs.
88
</description>

sustainml_docs/rst/installation/docker.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,21 +81,21 @@ Build the SustainML Framework Docker image
8181
------------------------------------------
8282

8383
The Dockerfile defines the set of dependencies and configurations required to build a image with the *SustainML Framework*.
84-
The following command builds the Docker image using the downloaded Dockerfile, setting the image name as *sustainml*, and tagged as version **v0.1.0**.
84+
The following command builds the Docker image using the downloaded Dockerfile, setting the image name as *sustainml*, and tagged as version **v0.2.0**.
8585

8686
.. tab-set::
8787

8888
.. tab-item:: Ubuntu
8989

9090
.. code-block:: bash
9191
92-
docker build -f ~/SustainML/Dockerfile -t sustainml:v0.1.0 .
92+
docker build -f ~/SustainML/Dockerfile -t sustainml:v0.2.0 .
9393
9494
.. tab-item:: MacOS
9595

9696
.. code-block:: bash
9797
98-
docker build -f ~/SustainML/Dockerfile -t sustainml:v0.1.0 .
98+
docker build -f ~/SustainML/Dockerfile -t sustainml:v0.2.0 .
9999
100100
.. _installation_framework_docker_deployment:
101101

sustainml_modules/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>sustainml_modules</name>
5-
<version>0.1.0</version>
5+
<version>0.2.0</version>
66
<description>
77
*SustainML* Modules Nodes Implementation
88
</description>

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.1.0',
23+
version='0.2.0',
2424
packages=file_packages,
2525
long_description=long_description,
2626
data_files=[

sustainml_py/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>sustainml_py</name>
5-
<version>0.1.0</version>
5+
<version>0.2.0</version>
66
<description>
77
*SustainML* Python Module to implement Node interface.
88
</description>

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.1.0',
20+
version='0.2.0',
2121
packages=file_packages,
2222
long_description=long_description,
2323
data_files=[

sustainml_swig/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>sustainml_swig</name>
5-
<version>0.1.0</version>
5+
<version>0.2.0</version>
66
<description>
77
SustainML SWIG
88
</description>

0 commit comments

Comments
 (0)