From 72300889c13e2e960b376d3e9e7d60da44f152e6 Mon Sep 17 00:00:00 2001 From: Daniel Schreij <dschreij@users.noreply.github.com> Date: Tue, 26 Apr 2016 12:13:59 +0200 Subject: [PATCH] Bump to v1.0.2 --- QNotifications/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/QNotifications/__init__.py b/QNotifications/__init__.py index d0d1bdc..c512925 100644 --- a/QNotifications/__init__.py +++ b/QNotifications/__init__.py @@ -17,7 +17,7 @@ You should have received a copy of the GPLv3 License along with this module.>. """ -__version__ = "1.0.1" +__version__ = "1.0.2" __author__ = "Daniel Schreij (dschreij@gmail.com)" # Do some base imports