Skip to content

Commit d9c7b79

Browse files
committed
Release version 2.0.1
1 parent 77ef3d8 commit d9c7b79

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
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

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.0.0"
4+
__version__ = "2.0.1"
55

66
state = State()

0 commit comments

Comments
 (0)