diff --git a/docs/source/conf.py b/docs/source/conf.py index c0009852..84ab1a13 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -24,7 +24,7 @@ # The full version, including alpha/beta/rc tags -release = '1.0.0' +release = '1.0.1' # -- General configuration --------------------------------------------------- diff --git a/docs/source/usage/cli.rst b/docs/source/usage/cli.rst index 5cf934fe..f9f42bf2 100644 --- a/docs/source/usage/cli.rst +++ b/docs/source/usage/cli.rst @@ -58,13 +58,13 @@ 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, 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.1, you can use the following command: .. tab:: Installing a specific version .. code-block:: console - docker pull sodateam/metasyn:v1.0 + docker pull sodateam/metasyn:v1.0.1 .. tab:: Using a command on a specific version @@ -72,13 +72,13 @@ The ``metasyn`` CLI should now be up and running within the Docker container and .. code-block:: console - docker run -v %cd%:/wd sodateam/metasyn:v1.0 --help + docker run -v %cd%:/wd sodateam/metasyn:v1.0.1 --help .. tab:: Unix or MacOS: .. code-block:: console - docker run -v $(pwd):/wd sodateam/metasyn:v1.0 --help + docker run -v $(pwd):/wd sodateam/metasyn:v1.0.1 --help Creating Generative Metadata