From 9d20e829cc33bb9418234514e27f20c3767c7438 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=AD=20Bosch?= Date: Mon, 5 Jul 2021 11:48:20 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.4.0=20=E2=86=92=200.4.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- detectree/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 0a5e09b..93b5c74 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.4.0 +current_version = 0.4.1 commit = True tag = True diff --git a/detectree/__init__.py b/detectree/__init__.py index 27c21e6..fabc072 100644 --- a/detectree/__init__.py +++ b/detectree/__init__.py @@ -4,4 +4,4 @@ from .train_test_split import TrainingSelector from .utils import split_into_tiles -__version__ = "0.4.0" +__version__ = "0.4.1" diff --git a/setup.py b/setup.py index 73554f2..b75a3e9 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ from setuptools import find_packages, setup -__version__ = "0.4.0" +__version__ = "0.4.1" classifiers = [ "License :: OSI Approved :: GNU General Public License v3 (GPLv3)",