meta,docs: bump ver + update readme tp example
This commit is contained in:
parent
2709beb034
commit
f374243e7c
|
@ -17,9 +17,9 @@ Plus Code to iOS-Shortcuts-like shareable text
|
||||||
|
|
||||||
```text
|
```text
|
||||||
$ surplus 9R3J+R9 Singapore
|
$ surplus 9R3J+R9 Singapore
|
||||||
surplus version 1.1.1
|
surplus version 1.1.2
|
||||||
Thomson Plaza
|
Thomson Plaza
|
||||||
301 Upper Thomson Road, Bishan
|
301 Upper Thomson Road
|
||||||
Sin Ming, Bishan
|
Sin Ming, Bishan
|
||||||
574408
|
574408
|
||||||
Central, Singapore
|
Central, Singapore
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "surplus"
|
name = "surplus"
|
||||||
version = "1.1.1"
|
version = "1.1.2"
|
||||||
description = "Plus Code to iOS-Shortcuts-like shareable text"
|
description = "Plus Code to iOS-Shortcuts-like shareable text"
|
||||||
authors = ["Mark Joshwel <mark@joshwel.co>"]
|
authors = ["Mark Joshwel <mark@joshwel.co>"]
|
||||||
license = "Unlicence"
|
license = "Unlicence"
|
||||||
|
|
|
@ -40,7 +40,7 @@ from pluscodes import PlusCode # type: ignore
|
||||||
from pluscodes.openlocationcode import recoverNearest # type: ignore
|
from pluscodes.openlocationcode import recoverNearest # type: ignore
|
||||||
from pluscodes.validator import Validator # type: ignore
|
from pluscodes.validator import Validator # type: ignore
|
||||||
|
|
||||||
VERSION: Final[tuple[int, int, int]] = (1, 1, 1)
|
VERSION: Final[tuple[int, int, int]] = (1, 1, 2)
|
||||||
|
|
||||||
|
|
||||||
class Localcode(NamedTuple):
|
class Localcode(NamedTuple):
|
||||||
|
|
Loading…
Reference in a new issue