From 9f44292272ffc4e867d8c951a57fad249b2d3494 Mon Sep 17 00:00:00 2001 From: alpha-beta-soup Date: Mon, 15 Jan 2024 16:03:18 +1300 Subject: [PATCH] version bump --- README.md | 4 ++-- pyproject.toml | 2 +- raster2dggs/__init__.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3ff03c9..acc1553 100644 --- a/README.md +++ b/README.md @@ -152,13 +152,13 @@ raster2dggs h3 --resolution 13 --compression zstd --resampling nearest -a median title={{raster2dggs}}, author={Ardo, James and Law, Richard}, url={https://github.com/manaakiwhenua/raster2dggs}, - version={0.2.5}, + version={0.2.6}, date={2023-02-09} } ``` APA/Harvard -> Ardo, J., & Law, R. (2023). raster2dggs (0.2.5) [Computer software]. https://github.com/manaakiwhenua/raster2dggs +> Ardo, J., & Law, R. (2023). raster2dggs (0.2.6) [Computer software]. https://github.com/manaakiwhenua/raster2dggs [![manaakiwhenua-standards](https://github.com/manaakiwhenua/raster2dggs/workflows/manaakiwhenua-standards/badge.svg)](https://github.com/manaakiwhenua/manaakiwhenua-standards) diff --git a/pyproject.toml b/pyproject.toml index f7f86fd..e922747 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "raster2dggs" -version = "0.2.5" +version = "0.2.6" description = "" authors = ["James Ardo "] maintainers = ["Richard Law "] diff --git a/raster2dggs/__init__.py b/raster2dggs/__init__.py index d72c0c1..765dece 100644 --- a/raster2dggs/__init__.py +++ b/raster2dggs/__init__.py @@ -1 +1 @@ -__version__: str = "0.2.5" +__version__: str = "0.2.6"