diff --git a/README.md b/README.md index 16c1000..6c9126f 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 8787f3c..13ac65f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] license = "Unlicence" diff --git a/surplus.py b/surplus.py index 3d95219..b1c67ac 100644 --- a/surplus.py +++ b/surplus.py @@ -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):