diff --git a/schedule_preroll.py b/schedule_preroll.py index 996e3ca..c1215b1 100644 --- a/schedule_preroll.py +++ b/schedule_preroll.py @@ -78,7 +78,7 @@ def arguments() -> Namespace: argparse.Namespace: Namespace object """ description = "Automate scheduling of pre-roll intros for Plex" - version = "0.12.1" + version = "0.12.2" config_default = "./config.ini" log_config_default = "./logging.conf"