Skip to content

Commit d9fb07f

Browse files
PatBall1cursoragent
andcommitted
Bump version to 2.1.2 for first PyPI release
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent f1f45f6 commit d9fb07f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

detectree2/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
pip install detectree2
1010
"""
1111

12-
__version__ = "2.1.1"
12+
__version__ = "2.1.2"
1313

1414

1515
def _check_detectron2() -> None:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "detectree2"
7-
version = "2.1.1"
7+
version = "2.1.2"
88
description = "Automatic tree crown delineation in aerial RGB imagery based on Mask R-CNN."
99
readme = "README.md"
1010
license = {text = "MIT"}

0 commit comments

Comments
 (0)