Skip to content

Commit 9d20e82

Browse files
committed
Bump version: 0.4.0 → 0.4.1
1 parent cea8523 commit 9d20e82

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.4.0
2+
current_version = 0.4.1
33
commit = True
44
tag = True
55

detectree/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
from .train_test_split import TrainingSelector
55
from .utils import split_into_tiles
66

7-
__version__ = "0.4.0"
7+
__version__ = "0.4.1"

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
from setuptools import find_packages, setup
1111

12-
__version__ = "0.4.0"
12+
__version__ = "0.4.1"
1313

1414
classifiers = [
1515
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",

0 commit comments

Comments
 (0)