Skip to content
Snippets Groups Projects
Commit 9b9b2960 authored by Rémi Cresson's avatar Rémi Cresson
Browse files

COMP: version 1.5.2 --> 1.5.3

parent 4f68873e
No related branches found
No related tags found
2 merge requests!46Publish release 1.5.3,!45Release 1.5.3
Pipeline #11643 passed
# -*- 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
......
......@@ -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",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment