diff --git a/README.md b/README.md index 4434beb..220051a 100644 --- a/README.md +++ b/README.md @@ -152,13 +152,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.5.3}, + version={0.5.4}, date={2023-04-20} } ``` APA/Harvard -> Ardo, J., & Law, R. (2023). vector2dggs (0.5.3) [Computer software]. https://github.com/manaakiwhenua/vector2dggs +> Ardo, J., & Law, R. (2023). vector2dggs (0.5.4) [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 f7b04a7..2e1a37d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "vector2dggs" -version = "0.5.3" +version = "0.5.4" 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 2d6bfdc..4849c5f 100644 --- a/vector2dggs/__init__.py +++ b/vector2dggs/__init__.py @@ -1 +1 @@ -__version__: str = "0.5.3" +__version__: str = "0.5.4"