Skip to content

Commit b9a19d4

Browse files
version bump 0.5.0 → 0.6.0
1 parent dc0d164 commit b9a19d4

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ dependencies:
251251
- gdal>=3.8.5
252252
- pyproj=3.6.*
253253
- pip:
254-
- raster2dggs>=0.5.0
254+
- raster2dggs>=0.6.0
255255
```
256256
257257
<!-- TODO: package raster2dggs and make available on Conda without pip -->
@@ -318,13 +318,13 @@ raster2dggs h3 --resolution 13 --compression zstd --resampling nearest -a median
318318
title={{raster2dggs}},
319319
author={Ardo, James and Law, Richard and Di Maio, Nicoletta},
320320
url={https://github.com/manaakiwhenua/raster2dggs},
321-
version={0.5.0},
321+
version={0.6.0},
322322
date={2024-06-12}
323323
}
324324
```
325325
326326
APA/Harvard
327327
328-
> Ardo, J., Law, R., & Di Maio, N. (2025). raster2dggs (0.5.0) [Computer software]. https://github.com/manaakiwhenua/raster2dggs
328+
> Ardo, J., Law, R., & Di Maio, N. (2025). raster2dggs (0.6.0) [Computer software]. https://github.com/manaakiwhenua/raster2dggs
329329
330330
[![manaakiwhenua-standards](https://github.com/manaakiwhenua/raster2dggs/workflows/manaakiwhenua-standards/badge.svg)](https://github.com/manaakiwhenua/manaakiwhenua-standards)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "raster2dggs"
3-
version = "0.5.0"
3+
version = "0.6.0"
44
description = ""
55
authors = ["James Ardo <[email protected]>"]
66
maintainers = ["Richard Law <[email protected]>"]

raster2dggs/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__: str = "0.5.0"
1+
__version__: str = "0.6.0"

0 commit comments

Comments
 (0)