diff --git a/README.md b/README.md index 220051a..995ccdd 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.4}, + version={0.6.0}, date={2023-04-20} } ``` APA/Harvard -> Ardo, J., & Law, R. (2023). vector2dggs (0.5.4) [Computer software]. https://github.com/manaakiwhenua/vector2dggs +> Ardo, J., & Law, R. (2023). vector2dggs (0.6.0) [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 a142cf8..6cb53a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "vector2dggs" -version = "0.5.4" +version = "0.6.0" 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 4849c5f..cf70ee4 100644 --- a/vector2dggs/__init__.py +++ b/vector2dggs/__init__.py @@ -1 +1 @@ -__version__: str = "0.5.4" +__version__: str = "0.6.0"