From 9b9b296064951f8bddce15a874a64dc5b5f541e5 Mon Sep 17 00:00:00 2001 From: Remi Cresson <remi.cresson@inrae.fr> Date: Thu, 29 Sep 2022 12:53:09 +0200 Subject: [PATCH] COMP: version 1.5.2 --> 1.5.3 --- pyotb/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyotb/__init__.py b/pyotb/__init__.py index cd7ecf0..10a9ed5 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.5.2" +__version__ = "1.5.3" from .apps import * from .core import App, Output, Input, get_nbchannels, get_pixel_type diff --git a/setup.py b/setup.py index 1e7e9a0..639cd78 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ with open("README.md", "r", encoding="utf-8") as fh: setuptools.setup( name="pyotb", - version="1.5.2", + version="1.5.3", author="Nicolas Narçon", author_email="nicolas.narcon@gmail.com", description="Library to enable easy use of the Orfeo Tool Box (OTB) in Python", -- GitLab