Skip to content

Commit

Permalink
Merge pull request #56 from nasa-nccs-hpda/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
jordancaraballo authored Dec 20, 2023
2 parents da29d8a + 5aac08f commit c68e099
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion vhr_cloudmask/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
from vhr_cloudmask.model.pipelines.cloudmask_cnn_pipeline \
import CloudMaskPipeline

__author__ = """Jordan A. Caraballo-Vega"""
__email__ = "jordan.a.caraballo-vega@nasa.gov"
__version__ = "1.2.1"
__version__ = "1.2.2"

__all__ = ["CloudMaskPipeline"]

0 comments on commit c68e099

Please sign in to comment.