meta: bump

This commit is contained in:
Mark Joshwel 2023-06-21 09:16:23 +08:00
parent 488dd492d3
commit e76bab61c3
2 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@ Plus Code to iOS-Shortcuts-like shareable text
```text
$ surplus 9R3J+R9 Singapore
surplus version 1.1.2
surplus version 1.1.3
Thomson Plaza
301 Upper Thomson Road
Sin Ming, Bishan

View file

@ -40,7 +40,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, 2)
VERSION: Final[tuple[int, int, int]] = (1, 1, 3)
class Localcode(NamedTuple):