Skip to content

Commit

Permalink
Bump version to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vankesteren committed Aug 9, 2024
1 parent 5623c42 commit deb0f08
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@


# The full version, including alpha/beta/rc tags
release = '1.0.1'
release = '1.0.2'


# -- General configuration ---------------------------------------------------
Expand Down
8 changes: 4 additions & 4 deletions docs/source/usage/cli.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,27 +58,27 @@ Here's how you can use Docker to access Metasyn's CLI:
The ``metasyn`` CLI should now be up and running within the Docker container and ready for use!

.. note::
You can also specify which ``metasyn`` version to use in docker, by adding a tag to the docker image. For example, to use version 1.0.1, you can use the following command:
You can also specify which ``metasyn`` version to use in docker, by adding a tag to the docker image. For example, to use version 1.0.2, you can use the following command:

.. tab:: Installing a specific version

.. code-block:: console
docker pull sodateam/metasyn:v1.0.1
docker pull sodateam/metasyn:v1.0.2
.. tab:: Using a command on a specific version

.. tab:: Windows

.. code-block:: console
docker run -v %cd%:/wd sodateam/metasyn:v1.0.1 --help
docker run -v %cd%:/wd sodateam/metasyn:v1.0.2 --help
.. tab:: Unix or MacOS:

.. code-block:: console
docker run -v $(pwd):/wd sodateam/metasyn:v1.0.1 --help
docker run -v $(pwd):/wd sodateam/metasyn:v1.0.2 --help
Creating Generative Metadata
Expand Down

0 comments on commit deb0f08

Please sign in to comment.