prepare for release 2.0.4

This commit is contained in:
Ace
2024-06-26 01:47:58 +02:00
parent f0313066da
commit 758d748d76
9 changed files with 66 additions and 29 deletions

View File

@@ -1,6 +1,6 @@
"""
Inkycal ePaper driving functions
Copyright by aceisace
Copyright by aceinnolab
"""
from importlib import import_module

View File

@@ -39,7 +39,7 @@ class Inkycal:
def __init__(self, settings_path: str or None = None, render: bool = True, use_pi_sugar: bool = False):
"""Initialise Inkycal"""
self._release = "2.0.3"
self._release = "2.0.4"
logger.info(f"Inkycal v{self._release} booting up...")