Skip to content

Commit

Permalink
Bump version: 1.3.2 → 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bw4sz committed Feb 22, 2024
1 parent 5a8bfb6 commit bd873a7
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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__ = '1.3.2'
__version__ = '1.3.3'

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__ = '1.3.2'
__version__ = '1.3.3'
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
project = u'DeepForest'
copyright = u"2019, Ben Weinstein"
author = u"Ben Weinstein"
version = u"__version__ = '__version__ = '__version__ = '1.3.2'''"
version = u"__version__ = '__version__ = '__version__ = '1.3.3'''"
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store', '**.ipynb_checkpoints']
pygments_style = 'sphinx'
todo_include_todos = False
Expand Down
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 = 1.3.2
current_version = 1.3.3
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 @@ -3,7 +3,7 @@
from distutils.command.build_ext import build_ext as DistUtilsBuildExt

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

0 comments on commit bd873a7

Please sign in to comment.