diff --git a/pyproject.toml b/pyproject.toml index 3dcbe26..4704b6c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "alga" -version = "1.4.0" +version = "2.0.0" 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 55c7d83..e7dd4b4 100644 --- a/src/alga/__init__.py +++ b/src/alga/__init__.py @@ -1,6 +1,6 @@ from alga.types import State -__version__ = "1.4.0" +__version__ = "2.0.0" state = State()