From 8e98e1feeaf2464e55361082a1d1d433ef4478d4 Mon Sep 17 00:00:00 2001 From: Loic Coyle Date: Tue, 16 Apr 2024 00:53:08 +0200 Subject: [PATCH] v0.4.10 --- pyproject.toml | 2 +- tinyticker/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e0b8299..69c3bc0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tinyticker" -version = "0.4.9" +version = "0.4.10" description = "A tiny Raspberry Pi powered ePaper ticker." authors = ["Loic Coyle "] license = "MIT" diff --git a/tinyticker/__init__.py b/tinyticker/__init__.py index 599e873..8dab5eb 100644 --- a/tinyticker/__init__.py +++ b/tinyticker/__init__.py @@ -7,5 +7,5 @@ logger.addHandler(logging.NullHandler()) -__version__ = "0.4.9" +__version__ = "0.4.10" __all__ = ["Display", "Ticker"]