From 6f44f5afac22226b8b9a2844fdbe4c71704d6ec2 Mon Sep 17 00:00:00 2001 From: Joe Robinson Date: Thu, 10 Dec 2015 12:41:38 +0000 Subject: Bump version --- bladictionary.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bladictionary.py') diff --git a/bladictionary.py b/bladictionary.py index edfd250..a788458 100755 --- a/bladictionary.py +++ b/bladictionary.py @@ -9,7 +9,7 @@ import sqlite3 import requests from definition import Definition -VERSION = "2.4.2" +VERSION = "2.4.3" def get_xml(word, word_dict): api_url = "http://services.aonaware.com/DictService/DictService.asmx/DefineInDict?dictId="+word_dict+"&word="+word -- cgit v1.2.3