We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77ef3d8 commit d9c7b79Copy full SHA for d9c7b79
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "alga"
3
-version = "2.0.0"
+version = "2.0.1"
4
description = "CLI for remote controlling LG webOS TVs"
5
authors = ["Jeppe Fihl-Pearson <jeppe@tenzer.dk>"]
6
license = "MIT"
src/alga/__init__.py
from alga.types import State
-__version__ = "2.0.0"
+__version__ = "2.0.1"
state = State()
0 commit comments