Skip to content

Commit 14ee4a6

Browse files
authored
chore: bump version to 0.24.0 in __init__.py, pyproject.toml, and metadata.txt (#268)
1 parent acf4037 commit 14ee4a6

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

hypercoast/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
__author__ = """Qiusheng Wu"""
88
__email__ = "giswqs@gmail.com"
9-
__version__ = "0.23.0"
9+
__version__ = "0.24.0"
1010

1111

1212
from .hypercoast import *

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "HyperCoast"
3-
version = "0.23.0"
3+
version = "0.24.0"
44
dynamic = [
55
"dependencies",
66
]
@@ -59,7 +59,7 @@ universal = true
5959

6060

6161
[tool.bumpversion]
62-
current_version = "0.23.0"
62+
current_version = "0.24.0"
6363
commit = true
6464
tag = true
6565

qgis_plugin/hypercoast_qgis/metadata.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name=HyperCoast
55
qgisMinimumVersion=3.28
66
qgisMaximumVersion=4.99
77
description=Visualize, search, and analyze hyperspectral data including EMIT, PACE, DESIS, NEON, AVIRIS, PRISMA, EnMAP, Tanager, and Wyvern datasets
8-
version=0.23.0
8+
version=0.24.0
99
author=Qiusheng Wu
1010
email=giswqs@gmail.com
1111

@@ -32,6 +32,8 @@ deprecated=False
3232
hasProcessingProvider=yes
3333

3434
changelog=
35+
0.24.0
36+
- Bump package and QGIS plugin minor version
3537
0.23.0
3638
- Align QGIS plugin metadata with the HyperCoast package release
3739
- Add Tanager STAC search, footprint visualization, visual imagery, and radiance HDF5 loading

0 commit comments

Comments
 (0)