Skip to content

Commit c15f113

Browse files
minor version bump
1 parent 0fef249 commit c15f113

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,13 +170,13 @@ vector2dggs h3 -v DEBUG -id ogc_fid -r 9 -p 5 -t 4 --overwrite -tbl topo50_lake
170170
title={{vector2dggs}},
171171
author={Ardo, James and Law, Richard},
172172
url={https://github.com/manaakiwhenua/vector2dggs},
173-
version={0.6.3},
173+
version={0.7.0},
174174
date={2023-04-20}
175175
}
176176
```
177177
178178
APA/Harvard
179179
180-
> Ardo, J., & Law, R. (2023). vector2dggs (0.6.3) [Computer software]. https://github.com/manaakiwhenua/vector2dggs
180+
> Ardo, J., & Law, R. (2023). vector2dggs (0.7.0) [Computer software]. https://github.com/manaakiwhenua/vector2dggs
181181
182182
[![manaakiwhenua-standards](https://github.com/manaakiwhenua/vector2dggs/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 = "vector2dggs"
3-
version = "0.6.3"
3+
version = "0.7.0"
44
description = "CLI DGGS indexer for vector geospatial data"
55
authors = ["James Ardo <[email protected]>"]
66
maintainers = ["Richard Law <[email protected]>"]

vector2dggs/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__: str = "0.6.3"
1+
__version__: str = "0.7.0"

0 commit comments

Comments
 (0)