Skip to content

Commit 42f8dc4

Browse files
committed
Bump version: 0.2.19 → 0.3.0
1 parent 2fc4bca commit 42f8dc4

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

deepforest/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"""Top-level package for DeepForest."""
33
__author__ = """Ben Weinstein"""
44
__email__ = '[email protected]'
5-
__version__ = '0.2.19'
5+
__version__ = '0.3.0'
66

77
import os
88

deepforest/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.2.19'
1+
__version__ = '0.3.0'

setup.cfg

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

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from distutils.command.build_ext import build_ext as DistUtilsBuildExt
55

66
NAME ='deepforest'
7-
VERSION = '0.2.19'
7+
VERSION = '0.3.0'
88
DESCRIPTION = 'Tree crown prediction using deep learning retinanets'
99
URL = 'https://github.com/Weecology/DeepForest'
1010
AUTHOR = 'Ben Weinstein'

0 commit comments

Comments
 (0)