From c531c228bdd951b69a27ddf14c7922961ce8cfc5 Mon Sep 17 00:00:00 2001 From: Saif <34321279+SaifAati@users.noreply.github.com> Date: Mon, 11 Nov 2024 09:12:52 -0800 Subject: [PATCH] Batch correlation (#26) * update README.md for batch_correlation feature * update README.md for batch_correlation feature * update README.md for batch_correlation feature * update README.md for batch_correlation feature * update README.md for batch_correlation feature * README.md --> multiband correlation * batch_correlation * v.2.5.1: batch correaltion --- setup.cfg | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index be37684..fa1eeb8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = geoCosiCorr3D -version = 2.4.1 +version = 2.5.1 author = Saif Aati author_email = saif@caltech.edu, saifaati@gmail.com description = Geospatial COSI-Corr 3D diff --git a/setup.py b/setup.py index 02e7e5a..f155169 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ if __name__ == '__main__': setup( name='geoCosiCorr3D', - version='2.5.0', + version='2.5.1', author='Saif Aati', author_email='saif@caltech.edu, saifaati@gmail.com', description='Geospatial COSI-Corr 3D',