diff --git a/setup.py b/setup.py index 195996c..349b5d3 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name='deepvoxnet2', - version='2.15.0', + version='2.15.1', description='Yet another CNN framework: From pre- to postprocessing and keeping track of the spatial origin of the data.', long_description=long_description, long_description_content_type='text/markdown',