diff --git a/pyproject.toml b/pyproject.toml index 3d755f9..8f9d438 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "alga" -version = "1.2.2" +version = "1.2.3" description = "CLI for remote controlling LG webOS TVs" authors = ["Jeppe Fihl-Pearson "] license = "MIT" diff --git a/src/alga/__init__.py b/src/alga/__init__.py index bc86c94..10aa336 100644 --- a/src/alga/__init__.py +++ b/src/alga/__init__.py @@ -1 +1 @@ -__version__ = "1.2.2" +__version__ = "1.2.3"