diff --git a/VERSION b/VERSION index fe893f778..a9997c68e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -21.08.00 +21.08.01 diff --git a/cpp/plugins/cucim.kit.cuslide/VERSION b/cpp/plugins/cucim.kit.cuslide/VERSION index fe893f778..a9997c68e 100644 --- a/cpp/plugins/cucim.kit.cuslide/VERSION +++ b/cpp/plugins/cucim.kit.cuslide/VERSION @@ -1 +1 @@ -21.08.00 +21.08.01 diff --git a/cucim.code-workspace b/cucim.code-workspace index e1b588b56..48a3d159b 100644 --- a/cucim.code-workspace +++ b/cucim.code-workspace @@ -31,7 +31,7 @@ "CUCIM_TESTDATA_FOLDER": "${workspaceDirectory}/test_data", // Add cuslide plugin's library path to LD_LIBRARY_PATH "LD_LIBRARY_PATH": "${workspaceDirectory}/build-debug/lib:${workspaceDirectory}/cpp/plugins/cucim.kit.cuslide/build-debug/lib:${workspaceDirectory}/temp/cuda/lib64:${os_env:LD_LIBRARY_PATH}", - "CUCIM_TEST_PLUGIN_PATH": "cucim.kit.cuslide@21.08.00.so" + "CUCIM_TEST_PLUGIN_PATH": "cucim.kit.cuslide@21.08.01.so" }, "cwd": "${workspaceDirectory}", "catch2": { @@ -214,7 +214,7 @@ }, { "name": "CUCIM_TEST_PLUGIN_PATH", - "value": "cucim.kit.cuslide@21.08.00.so" + "value": "cucim.kit.cuslide@21.08.01.so" } ], "console": "externalTerminal", @@ -242,7 +242,7 @@ }, { "name": "CUCIM_TEST_PLUGIN_PATH", - "value": "cucim.kit.cuslide@21.08.00.so" + "value": "cucim.kit.cuslide@21.08.01.so" } ], "console": "externalTerminal", @@ -273,7 +273,7 @@ }, { "name": "CUCIM_TEST_PLUGIN_PATH", - "value": "cucim.kit.cuslide@21.08.00.so" + "value": "cucim.kit.cuslide@21.08.01.so" } ], "console": "externalTerminal", diff --git a/docs/source/conf.py b/docs/source/conf.py index 07fdee2f9..5cd51b8af 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -73,7 +73,7 @@ # The short X.Y version. version = '21.08' # The full version, including alpha/beta/rc tags. -release = '21.08.00' +release = '21.08.01' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/python/cucim/VERSION b/python/cucim/VERSION index fe893f778..a9997c68e 100644 --- a/python/cucim/VERSION +++ b/python/cucim/VERSION @@ -1 +1 @@ -21.08.00 +21.08.01 diff --git a/python/cucim/docs/getting_started/index.md b/python/cucim/docs/getting_started/index.md index b0ebf3906..33b08ae88 100644 --- a/python/cucim/docs/getting_started/index.md +++ b/python/cucim/docs/getting_started/index.md @@ -14,15 +14,15 @@ ## Installation -Please download the latest SDK package (`cuCIM-v21.08.00-linux.tar.gz`). +Please download the latest SDK package (`cuCIM-v21.08.01-linux.tar.gz`). Untar the downloaded file. ```bash -mkdir -p cuCIM-v21.08.00 -tar -xzvf cuCIM-v21.08.00-linux.tar.gz -C cuCIM-v21.08.00 +mkdir -p cuCIM-v21.08.01 +tar -xzvf cuCIM-v21.08.01-linux.tar.gz -C cuCIM-v21.08.01 -cd cuCIM-v21.08.00 +cd cuCIM-v21.08.01 ``` ## Run command @@ -147,7 +147,7 @@ Its execution would show some metadata information and create two files -- `outp ``` $ ./bin/tiff_image notebooks/input/image.tif . [Plugin: cucim.kit.cuslide] Loading... -[Plugin: cucim.kit.cuslide] Loading the dynamic library from: cucim.kit.cuslide@21.08.00.so +[Plugin: cucim.kit.cuslide] Loading the dynamic library from: cucim.kit.cuslide@21.08.01.so [Plugin: cucim.kit.cuslide] loaded successfully. Version: 0 Initializing plugin: cucim.kit.cuslide (interfaces: [cucim::io::IImageFormat v0.1]) (impl: cucim.kit.cuslide) is_loaded: true diff --git a/python/cucim/docs/index.md b/python/cucim/docs/index.md index 5f236b8f2..9c170ef08 100644 --- a/python/cucim/docs/index.md +++ b/python/cucim/docs/index.md @@ -18,7 +18,7 @@ development/index --> # cuCIM Documentation -Current latest version is [Version 21.08.00](release_notes/v21.08.00.md). +Current latest version is [Version 21.08.01](release_notes/v21.08.01.md). **cuCIM** a toolkit to provide GPU accelerated I/O, image processing & computer vision primitives for N-Dimensional images with a focus on biomedical imaging.