From 4fccb61dacd72196174f558ccf3564e0e7479599 Mon Sep 17 00:00:00 2001 From: Jeppe Fihl-Pearson Date: Mon, 9 Dec 2024 20:07:47 +0000 Subject: [PATCH] Release version 1.4.0 --- pyproject.toml | 2 +- src/alga/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e8a80a1..3dcbe26 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "alga" -version = "1.3.0" +version = "1.4.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 67bc602..3e8d9f9 100644 --- a/src/alga/__init__.py +++ b/src/alga/__init__.py @@ -1 +1 @@ -__version__ = "1.3.0" +__version__ = "1.4.0"