From ae6a21170731cd65183f36e95c56c62f3d032c06 Mon Sep 17 00:00:00 2001 From: Thomas Irgang Date: Mon, 17 Sep 2018 06:39:29 +0200 Subject: [PATCH] v0.1.8 Merge pull request #26 from dlichtistw/Fix-EXDATE --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0f25f18..04bd340 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( "pytz", "datetime", ], - version = '0.1.7', + version = '0.1.8', description = 'iCal downloader and parser', author = 'Thomas Irgang', author_email = 'thomas@irgang-la.de',