From 3eda05b02f25de1c00d19505adf8f211dcb4b9d7 Mon Sep 17 00:00:00 2001 From: Jeppe Fihl-Pearson Date: Sun, 8 Dec 2024 21:18:41 +0000 Subject: [PATCH] Release version 1.3.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 791320f..337f6fa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "alga" -version = "1.2.3" +version = "1.3.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 10aa336..67bc602 100644 --- a/src/alga/__init__.py +++ b/src/alga/__init__.py @@ -1 +1 @@ -__version__ = "1.2.3" +__version__ = "1.3.0"