bump v1.4.1
Browse files
setup.py
CHANGED
|
@@ -10,8 +10,8 @@ with open('requirements.txt', 'r', encoding='utf-16', errors='ignore') as ff:
|
|
| 10 |
|
| 11 |
setup(
|
| 12 |
name='livermask',
|
| 13 |
-
version='1.4.
|
| 14 |
-
author="André Pedersen",
|
| 15 |
author_email="[email protected]",
|
| 16 |
license='MIT',
|
| 17 |
description="A package for automatic segmentation of liver from CT data",
|
|
|
|
| 10 |
|
| 11 |
setup(
|
| 12 |
name='livermask',
|
| 13 |
+
version='1.4.1',
|
| 14 |
+
author="André Pedersen and Javier Pérez de Frutos",
|
| 15 |
author_email="[email protected]",
|
| 16 |
license='MIT',
|
| 17 |
description="A package for automatic segmentation of liver from CT data",
|