From b90d01a2ba5a611612536a05ddd1d554dad3e2c8 Mon Sep 17 00:00:00 2001 From: Ace Date: Wed, 8 Nov 2023 10:47:53 +0100 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 02b8b97..9238cf5 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ with open('requirements.txt') as f: required = [i.split(' ')[0] for i in required] __project__ = "inkycal" -__version__ = "2.0.0" +__version__ = "2.0.2" __description__ = "Inkycal is a python3 software for syncing icalendar events, weather and news on selected E-Paper displays" __packages__ = ["inkycal"] __author__ = "aceisace"