From 7909ff2ba8624079ffd65788e9968bbdd95aca61 Mon Sep 17 00:00:00 2001 From: Adrian L Lange Date: Sat, 11 Feb 2017 18:40:54 +0100 Subject: [PATCH] Bump version --- pushjet.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pushjet.py b/pushjet.py index 98c789e..ce87c17 100644 --- a/pushjet.py +++ b/pushjet.py @@ -13,7 +13,7 @@ from urllib import urlencode SCRIPT_NAME = 'pushjet' SCRIPT_AUTHOR = 'p3lim' -SCRIPT_VERSION = '0.1.0' +SCRIPT_VERSION = '0.1.1' SCRIPT_LICENSE = 'MIT' SCRIPT_DESC = 'Send highlights and mentions through Pushjet.io'