Skip to content

Commit

Permalink
bumpversion malformed the version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Weinstein authored and Ben Weinstein committed Jun 3, 2021
1 parent de4c852 commit 4b677d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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__ = '__version__ = '0.2.4''
__version__ = '0.2.4'

import os

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from distutils.command.build_ext import build_ext as DistUtilsBuildExt

NAME = 'deepforest'
VERSION = 'VERSION = '0.2.4''
VERSION = '0.2.4'
DESCRIPTION = 'Tree crown prediction using deep learning retinanets'
URL = 'https://github.com/Weecology/DeepForest-pytorch'
AUTHOR = 'Ben Weinstein'
Expand Down

0 comments on commit 4b677d0

Please sign in to comment.