From 88adcb4e7f7e9b435c0f6bb1eec8020b51b9e339 Mon Sep 17 00:00:00 2001 From: Ace Date: Wed, 17 Jun 2020 21:19:20 +0200 Subject: [PATCH] bump recurring-ical-events to v0.1.17b0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3cca92c..131f41b 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ __url__ = "https://github.com/aceisace/Inky-Calendar" __install_requires__ = ['pyowm==2.10.0', # weather 'Pillow>=7.0.0' , # imaging 'icalendar==4.0.6', # iCalendar parsing - 'recurring-ical-events==0.1.16b0',# parse recurring events + 'recurring-ical-events==0.1.17b0',# parse recurring events 'feedparser==5.2.1', # parse RSS-feeds 'numpy>=1.18.3', # image pre-processing 'arrow>=0.15.6', # time handling