diff --git a/deepcell_toolbox/__init__.py b/deepcell_toolbox/__init__.py index 43e08e0..8bd724c 100644 --- a/deepcell_toolbox/__init__.py +++ b/deepcell_toolbox/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2016-2021 The Van Valen Lab at the California Institute of +# Copyright 2016-2022 The Van Valen Lab at the California Institute of # Technology (Caltech), with support from the Paul Allen Family Foundation, # Google, & National Institutes of Health (NIH) under Grant U24CA224309-01. # All rights reserved. diff --git a/deepcell_toolbox/__version__.py b/deepcell_toolbox/__version__.py index 3dda4e7..fbc8dce 100644 --- a/deepcell_toolbox/__version__.py +++ b/deepcell_toolbox/__version__.py @@ -1,4 +1,4 @@ -# Copyright 2016-2021 The Van Valen Lab at the California Institute of +# Copyright 2016-2022 The Van Valen Lab at the California Institute of # Technology (Caltech), with support from the Paul Allen Family Foundation, # Google, & National Institutes of Health (NIH) under Grant U24CA224309-01. # All rights reserved. @@ -28,9 +28,9 @@ __description__ = 'The pre- and post-processing functions module for ' \ 'deepcell-tf.' __url__ = 'https://github.com/vanvalenlab/deepcell-toolbox' -__version__ = '0.11.0' +__version__ = '0.11.1' __author__ = 'Van Valen Lab' __author_email__ = 'vanvalenlab@gmail.com' __license__ = 'LICENSE' -__copyright__ = 'Copyright 2016-2021 The Van Valen Lab at the ' \ +__copyright__ = 'Copyright 2016-2022 The Van Valen Lab at the ' \ 'California Institute of Technology (Caltech)' diff --git a/deepcell_toolbox/deep_watershed.py b/deepcell_toolbox/deep_watershed.py index 71fc38a..67c38f6 100644 --- a/deepcell_toolbox/deep_watershed.py +++ b/deepcell_toolbox/deep_watershed.py @@ -1,4 +1,4 @@ -# Copyright 2016-2021 The Van Valen Lab at the California Institute of +# Copyright 2016-2022 The Van Valen Lab at the California Institute of # Technology (Caltech), with support from the Paul Allen Family Foundation, # Google, & National Institutes of Health (NIH) under Grant U24CA224309-01. # All rights reserved. diff --git a/deepcell_toolbox/deep_watershed_test.py b/deepcell_toolbox/deep_watershed_test.py index 926cf8b..ebdda85 100644 --- a/deepcell_toolbox/deep_watershed_test.py +++ b/deepcell_toolbox/deep_watershed_test.py @@ -1,4 +1,4 @@ -# Copyright 2016-2021 The Van Valen Lab at the California Institute of +# Copyright 2016-2022 The Van Valen Lab at the California Institute of # Technology (Caltech), with support from the Paul Allen Family Foundation, # Google, & National Institutes of Health (NIH) under Grant U24CA224309-01. # All rights reserved. diff --git a/deepcell_toolbox/metrics.py b/deepcell_toolbox/metrics.py index e4b9f2b..9d13374 100644 --- a/deepcell_toolbox/metrics.py +++ b/deepcell_toolbox/metrics.py @@ -1,4 +1,4 @@ -# Copyright 2016-2021 The Van Valen Lab at the California Institute of +# Copyright 2016-2022 The Van Valen Lab at the California Institute of # Technology (Caltech), with support from the Paul Allen Family Foundation, # Google, & National Institutes of Health (NIH) under Grant U24CA224309-01. # All rights reserved. diff --git a/deepcell_toolbox/metrics_test.py b/deepcell_toolbox/metrics_test.py index 9c8d07c..40ce21a 100644 --- a/deepcell_toolbox/metrics_test.py +++ b/deepcell_toolbox/metrics_test.py @@ -1,4 +1,4 @@ -# Copyright 2016-2021 The Van Valen Lab at the California Institute of +# Copyright 2016-2022 The Van Valen Lab at the California Institute of # Technology (Caltech), with support from the Paul Allen Family Foundation, # Google, & National Institutes of Health (NIH) under Grant U24CA224309-01. # All rights reserved. diff --git a/deepcell_toolbox/processing.py b/deepcell_toolbox/processing.py index 802993e..2dc06af 100644 --- a/deepcell_toolbox/processing.py +++ b/deepcell_toolbox/processing.py @@ -1,4 +1,4 @@ -# Copyright 2016-2021 The Van Valen Lab at the California Institute of +# Copyright 2016-2022 The Van Valen Lab at the California Institute of # Technology (Caltech), with support from the Paul Allen Family Foundation, # Google, & National Institutes of Health (NIH) under Grant U24CA224309-01. # All rights reserved. diff --git a/deepcell_toolbox/processing_test.py b/deepcell_toolbox/processing_test.py index 633678e..a9ef60c 100644 --- a/deepcell_toolbox/processing_test.py +++ b/deepcell_toolbox/processing_test.py @@ -1,4 +1,4 @@ -# Copyright 2016-2021 The Van Valen Lab at the California Institute of +# Copyright 2016-2022 The Van Valen Lab at the California Institute of # Technology (Caltech), with support from the Paul Allen Family Foundation, # Google, & National Institutes of Health (NIH) under Grant U24CA224309-01. # All rights reserved. diff --git a/deepcell_toolbox/utils.py b/deepcell_toolbox/utils.py index b4d4f9e..f70d8cf 100644 --- a/deepcell_toolbox/utils.py +++ b/deepcell_toolbox/utils.py @@ -1,4 +1,4 @@ -# Copyright 2016-2021 The Van Valen Lab at the California Institute of +# Copyright 2016-2022 The Van Valen Lab at the California Institute of # Technology (Caltech), with support from the Paul Allen Family Foundation, # Google, & National Institutes of Health (NIH) under Grant U24CA224309-01. # All rights reserved. diff --git a/deepcell_toolbox/utils_test.py b/deepcell_toolbox/utils_test.py index 671bd18..5476a14 100644 --- a/deepcell_toolbox/utils_test.py +++ b/deepcell_toolbox/utils_test.py @@ -1,4 +1,4 @@ -# Copyright 2016-2021 The Van Valen Lab at the California Institute of +# Copyright 2016-2022 The Van Valen Lab at the California Institute of # Technology (Caltech), with support from the Paul Allen Family Foundation, # Google, & National Institutes of Health (NIH) under Grant U24CA224309-01. # All rights reserved. diff --git a/setup.py b/setup.py index 46de52e..f99da24 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -# Copyright 2016-2021 The Van Valen Lab at the California Institute of +# Copyright 2016-2022 The Van Valen Lab at the California Institute of # Technology (Caltech), with support from the Paul Allen Family Foundation, # Google, & National Institutes of Health (NIH) under Grant U24CA224309-01. # All rights reserved.