Skip to content

Commit a6e1b59

Browse files
committed
Release version 2.1.1
1 parent 6c69164 commit a6e1b59

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "alga"
3-
version = "2.1.0"
3+
version = "2.1.1"
44
description = "CLI for remote controlling LG webOS TVs"
55
authors = [{ name = "Jeppe Fihl-Pearson", email = "jeppe@tenzer.dk" }]
66
license = "MIT"

src/alga/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from alga.types import State
22

33

4-
__version__ = "2.1.0"
4+
__version__ = "2.1.1"
55

66
state = State()

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)