From d7f48af0b4df1e838e32f12e7cabf476f7a5cb11 Mon Sep 17 00:00:00 2001 From: Jeppe Fihl-Pearson Date: Sun, 20 Oct 2024 21:02:58 +0100 Subject: [PATCH] Release version 1.2.1 --- pyproject.toml | 2 +- src/alga/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1e8dacb..48511f4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "alga" -version = "1.2.0" +version = "1.2.1" 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 c68196d..a955fda 100644 --- a/src/alga/__init__.py +++ b/src/alga/__init__.py @@ -1 +1 @@ -__version__ = "1.2.0" +__version__ = "1.2.1"