Skip to content

Commit

Permalink
v0.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
loiccoyle committed Jan 16, 2024
1 parent 86205d9 commit 8ca5e8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "tinyticker"
version = "0.4.4"
version = "0.4.5"
description = "A tiny Raspberry Pi powered ePaper ticker."
authors = ["Loic Coyle <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion tinyticker/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@

logger.addHandler(logging.NullHandler())

__version__ = "0.4.4"
__version__ = "0.4.5"
__all__ = ["Display", "Ticker"]

0 comments on commit 8ca5e8f

Please sign in to comment.