diff --git a/inkycal/main.py b/inkycal/main.py index 2f785c3..499fb65 100644 --- a/inkycal/main.py +++ b/inkycal/main.py @@ -92,7 +92,7 @@ class Inkycal: def __init__(self, settings_path=None, render=True): """Initialise Inkycal""" - self._release = '2.0.0' + self._release = '2.0.2' # Check if render was set correctly if render not in [True, False]: