Skip to content

Commit d9c7b79

Browse files
committedDec 23, 2024··
Release version 2.0.1
1 parent 77ef3d8 commit d9c7b79

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "alga"
3-
version = "2.0.0"
3+
version = "2.0.1"
44
description = "CLI for remote controlling LG webOS TVs"
55
authors = ["Jeppe Fihl-Pearson <jeppe@tenzer.dk>"]
66
license = "MIT"

‎src/alga/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from alga.types import State
22

33

4-
__version__ = "2.0.0"
4+
__version__ = "2.0.1"
55

66
state = State()

0 commit comments

Comments
 (0)
Please sign in to comment.