prepare for release 2.0.4
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
"""
|
||||
Inkycal ePaper driving functions
|
||||
Copyright by aceisace
|
||||
Copyright by aceinnolab
|
||||
"""
|
||||
from importlib import import_module
|
||||
|
||||
|
@@ -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...")
|
||||
|
||||
|
Reference in New Issue
Block a user