Skip to content

Commit

Permalink
Release verion update 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
henrykironde committed Oct 10, 2024
1 parent 0e559eb commit d6b58ac
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tool.bumpversion]
current_version = "1.4.0"
current_version = "1.4.1"

parse = """(?x)
(?P<major>0|[1-9]\\d*)\\.
Expand Down
3 changes: 2 additions & 1 deletion deepforest/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
__version__ = '1.4.0'
__version__ = '1.4.1'

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.4.0'
VERSION = '1.4.1'
DESCRIPTION = 'Tree crown prediction using deep learning retinanets'
URL = 'https://github.com/Weecology/DeepForest'
AUTHOR = 'Ben Weinstein'
Expand Down
6 changes: 3 additions & 3 deletions version_switcher.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"url": "https://deepforest.readthedocs.io/en/latest/"
},
{
"name": "1.4.0 (stable)",
"version": "1.4.0",
"url": "https://deepforest.readthedocs.io/en/v1.4.0/",
"name": "1.4.1 (stable)",
"version": "1.4.1",
"url": "https://deepforest.readthedocs.io/en/v1.4.1/",
"preferred": true
},
{
Expand Down

0 comments on commit d6b58ac

Please sign in to comment.