diff --git a/setup.cfg b/setup.cfg index d6d2178..c19f6f8 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.6 +version = 1.1.7 url = https://github.com/nadeemlab/DeepLIIF \ No newline at end of file diff --git a/setup.py b/setup.py index fa9e089..be85e92 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name='deepliif', - version='1.1.6', + version='1.1.7', packages=['deepliif', 'deepliif.data', 'deepliif.models', 'deepliif.util', 'deepliif.options'], description='DeepLIIF: Deep-Learning Inferred Multiplex Immunofluorescence for Immunohistochemical Image Quantification',