We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edd5c64 commit 91e8967Copy full SHA for 91e8967
deepforest/__init__.py
@@ -3,4 +3,4 @@
3
"""Top-level package for DeepForest."""
4
__author__ = """Ben Weinstein"""
5
__email__ = '[email protected]'
6
-__version__ = '0.0.7'
+__version__ = '0.1.0'
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.0.7
+current_version = 0.1.0
commit = True
tag = True
setup.py
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages
NAME ='deepforest'
-VERSION = '0.0.7'
+VERSION = '0.1.0'
DESCRIPTION = 'Tree Crown Prediction using Deep Learning Retinanets'
URL = 'https://github.com/Weecology/DeepForest'
7
AUTHOR = 'Ben Weinstein'
0 commit comments