diff --git a/pyproject.toml b/pyproject.toml index 7047efd..4f42181 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tinyticker" -version = "0.5.4" +version = "0.5.5" description = "A tiny Raspberry Pi powered ePaper ticker." authors = ["Loic Coyle "] license = "MIT" diff --git a/tinyticker/__init__.py b/tinyticker/__init__.py index 1048037..89da9b9 100644 --- a/tinyticker/__init__.py +++ b/tinyticker/__init__.py @@ -7,5 +7,5 @@ logger.addHandler(logging.NullHandler()) -__version__ = "0.5.4" +__version__ = "0.5.5" __all__ = ["Display", "Ticker"]