diff --git a/pyotb/__init__.py b/pyotb/__init__.py index ac6264cb652a2f2e86a9a47d34a922ea8f58b8ba..8e229797958e517ceb2d550734c24a0f289c25da 100644 --- a/pyotb/__init__.py +++ b/pyotb/__init__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- """This module provides convenient python wrapping of otbApplications.""" -__version__ = "1.6.0" +__version__ = "2.0.0" from .helpers import logger, set_logger_level from .apps import *