diff --git a/setup.cfg b/setup.cfg index 6c336d4..bb79e4f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,5 +3,5 @@ name = deepliif description_file = README.md author = Parmida93 author_email = ghahremani.parmida@gmail.com -version = 1.1.10 +version = 1.1.11 url = https://github.com/nadeemlab/DeepLIIF \ No newline at end of file diff --git a/setup.py b/setup.py index 07385a5..b114315 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name='deepliif', - version='1.1.10', + version='1.1.11', packages=['deepliif', 'deepliif.data', 'deepliif.models', 'deepliif.util', 'deepliif.options'], description='DeepLIIF: Deep-Learning Inferred Multiplex Immunofluorescence for Immunohistochemical Image Quantification',