meta: bump ver

This commit is contained in:
Mark Joshwel 2023-06-16 05:19:19 +00:00
parent f0cf53841b
commit 8ad086f468
3 changed files with 3 additions and 3 deletions

View file

@ -16,7 +16,7 @@ Plus Code to iOS-Shortcuts-like shareable text
```text
$ surplus 9R3J+R9 Singapore
surplus version 1.1.0
surplus version 1.1.1
Thomson Plaza
301 Upper Thomson Road, Bishan
574408

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "surplus"
version = "1.1.0"
version = "1.1.1"
description = "Plus Code to iOS-Shortcuts-like shareable text"
authors = ["Mark Joshwel <mark@joshwel.co>"]
license = "Unlicence"

View file

@ -39,7 +39,7 @@ from pluscodes import PlusCode # type: ignore
from pluscodes.openlocationcode import recoverNearest # type: ignore
from pluscodes.validator import Validator # type: ignore
VERSION: Final[tuple[int, int, int]] = (1, 1, 0)
VERSION: Final[tuple[int, int, int]] = (1, 1, 1)
class Localcode(NamedTuple):