diff --git a/setup.py b/setup.py index f7d2b79..b276bb3 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ "pytz", "datetime", ], - version = '0.1.1', + version = '0.1.2', description = 'iCal downloader and parser', author = 'Thomas Irgang', author_email = 'thomas@irgang-la.de', @@ -40,4 +40,4 @@ This version requires Python 3 or later. """ -) \ No newline at end of file +)