File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
"""Top-level package for DeepForest."""
3
3
__author__ = """Ben Weinstein"""
4
4
5
- __version__ = '0.2.19 '
5
+ __version__ = '0.3.0 '
6
6
7
7
import os
8
8
Original file line number Diff line number Diff line change 1
- __version__ = '0.2.19 '
1
+ __version__ = '0.3.0 '
Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.2.19
2
+ current_version = 0.3.0
3
3
commit = True
4
4
tag = True
5
5
Original file line number Diff line number Diff line change 4
4
from distutils .command .build_ext import build_ext as DistUtilsBuildExt
5
5
6
6
NAME = 'deepforest'
7
- VERSION = '0.2.19 '
7
+ VERSION = '0.3.0 '
8
8
DESCRIPTION = 'Tree crown prediction using deep learning retinanets'
9
9
URL = 'https://github.com/Weecology/DeepForest'
10
10
AUTHOR = 'Ben Weinstein'
You can’t perform that action at this time.
0 commit comments