diff --git a/pyproject.toml b/pyproject.toml index 84d275e..4976b6d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "volume-segmantics" -version = "0.2.1" +version = "0.2.2" description = "A toolkit for semantic segmentation of volumetric data using pyTorch deep learning models" authors = ["Oliver King "] license = "Apache-2.0"