consistency

This commit is contained in:
Ace 2023-11-08 22:25:46 +01:00 committed by GitHub
parent 3124ecd535
commit bb9257ee30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -74,7 +74,7 @@ class Inkycal:
def __init__(self, settings_path=None, render=True): def __init__(self, settings_path=None, render=True):
"""Initialise Inkycal""" """Initialise Inkycal"""
self._release = '2.0.2' self._release = '2.0.3'
# Check if render was set correctly # Check if render was set correctly
if render not in [True, False]: if render not in [True, False]: