From 85533091932185c1a4336272619b5676d1e19dcd Mon Sep 17 00:00:00 2001 From: Richard Law Date: Thu, 15 Aug 2024 16:24:04 +1200 Subject: [PATCH] =?UTF-8?q?0.6.0=20=E2=86=92=200.6.1=20version=20bump?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- pyproject.toml | 2 +- vector2dggs/__init__.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fcaf28c..a49a7b3 100644 --- a/README.md +++ b/README.md @@ -154,13 +154,13 @@ vector2dggs h3 -v DEBUG -id ogc_fid -r 9 -p 5 -t 4 --overwrite -tbl topo50_lake title={{vector2dggs}}, author={Ardo, James and Law, Richard}, url={https://github.com/manaakiwhenua/vector2dggs}, - version={0.6.0}, + version={0.6.1}, date={2023-04-20} } ``` APA/Harvard -> Ardo, J., & Law, R. (2023). vector2dggs (0.6.0) [Computer software]. https://github.com/manaakiwhenua/vector2dggs +> Ardo, J., & Law, R. (2023). vector2dggs (0.6.1) [Computer software]. https://github.com/manaakiwhenua/vector2dggs [![manaakiwhenua-standards](https://github.com/manaakiwhenua/vector2dggs/workflows/manaakiwhenua-standards/badge.svg)](https://github.com/manaakiwhenua/manaakiwhenua-standards) diff --git a/pyproject.toml b/pyproject.toml index c86d95e..400103f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "vector2dggs" -version = "0.6.0" +version = "0.6.1" description = "CLI DGGS indexer for vector geospatial data" authors = ["James Ardo "] maintainers = ["Richard Law "] diff --git a/vector2dggs/__init__.py b/vector2dggs/__init__.py index cf70ee4..993afc2 100644 --- a/vector2dggs/__init__.py +++ b/vector2dggs/__init__.py @@ -1 +1 @@ -__version__: str = "0.6.0" +__version__: str = "0.6.1"