Skip to content

Commit be20e3f

Browse files
version bump v0.5.0
1 parent 1e8c54a commit be20e3f

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ dependencies:
339339
- gdal>=3.8.5
340340
- pyproj=3.6.*
341341
- pip:
342-
- raster2dggs>=0.4.2
342+
- raster2dggs>=0.5.0
343343
```
344344
345345
<!-- TODO: package raster2dggs and make available on Conda without pip -->
@@ -402,15 +402,15 @@ raster2dggs h3 --resolution 13 --compression zstd --resampling nearest -a median
402402
```bibtex
403403
@software{raster2dggs,
404404
title={{raster2dggs}},
405-
author={Ardo, James and Law, Richard},
405+
author={Ardo, James and Law, Richard and Di Maio, Nicoletta},
406406
url={https://github.com/manaakiwhenua/raster2dggs},
407-
version={0.4.2},
407+
version={0.5.0},
408408
date={2024-06-12}
409409
}
410410
```
411411

412412
APA/Harvard
413413

414-
> Ardo, J., & Law, R. (2024). raster2dggs (0.4.1) [Computer software]. https://github.com/manaakiwhenua/raster2dggs
414+
> Ardo, J., Law, R., & Di Maio, N. (2025). raster2dggs (0.5.0) [Computer software]. https://github.com/manaakiwhenua/raster2dggs
415415

416416
[![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.4.2"
3+
version = "0.5.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.4.2"
1+
__version__: str = "0.5.0"

0 commit comments

Comments
 (0)