We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fc4bca commit 42f8dc4Copy full SHA for 42f8dc4
deepforest/__init__.py
@@ -2,7 +2,7 @@
2
"""Top-level package for DeepForest."""
3
__author__ = """Ben Weinstein"""
4
__email__ = '[email protected]'
5
-__version__ = '0.2.19'
+__version__ = '0.3.0'
6
7
import os
8
deepforest/_version.py
@@ -1 +1 @@
1
setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 0.2.19
+current_version = 0.3.0
commit = True
tag = True
setup.py
@@ -4,7 +4,7 @@
from distutils.command.build_ext import build_ext as DistUtilsBuildExt
NAME ='deepforest'
-VERSION = '0.2.19'
+VERSION = '0.3.0'
DESCRIPTION = 'Tree crown prediction using deep learning retinanets'
9
URL = 'https://github.com/Weecology/DeepForest'
10
AUTHOR = 'Ben Weinstein'
0 commit comments