From 6d0929bbe79ce811f6c459675c8de629a60e8d8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Nar=C3=A7on?= <nicolas.narcon@inrae.fr> Date: Fri, 11 Feb 2022 14:51:04 +0100 Subject: [PATCH] STYLE: version number --- 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 6932159..859867a 100644 --- a/pyotb/__init__.py +++ b/pyotb/__init__.py @@ -1,4 +1,4 @@ -__version__ = "1.0.1" +__version__ = "1.0.2" from .core import App, Output, Input, get_nbchannels, get_pixel_type diff --git a/setup.py b/setup.py index 1a66c1a..f320aaf 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ with open("README.md", "r", encoding="utf-8") as fh: setuptools.setup( name="pyotb", - version="1.0.1", + version="1.0.2", 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