Skip to content

Commit

Permalink
Bump version: 0.2.19 → 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bw4sz committed Jun 22, 2020
1 parent 2fc4bca commit 42f8dc4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion deepforest/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"""Top-level package for DeepForest."""
__author__ = """Ben Weinstein"""
__email__ = '[email protected]'
__version__ = '0.2.19'
__version__ = '0.3.0'

import os

Expand Down
2 changes: 1 addition & 1 deletion deepforest/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.2.19'
__version__ = '0.3.0'
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.2.19
current_version = 0.3.0
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
URL = 'https://github.com/Weecology/DeepForest'
AUTHOR = 'Ben Weinstein'
Expand Down

0 comments on commit 42f8dc4

Please sign in to comment.