diff options
author | Joe Robinson <joe@lc8n.com> | 2015-12-10 12:41:38 +0000 |
---|---|---|
committer | Joe Robinson <joe@lc8n.com> | 2015-12-10 12:41:38 +0000 |
commit | 6f44f5afac22226b8b9a2844fdbe4c71704d6ec2 (patch) | |
tree | e7dd96af41e52b34e0d657ec9e916e4292583193 | |
parent | 71b3868dc8f1da1ccee2ffc11eefde8a025f10d0 (diff) |
Bump version
-rwxr-xr-x | bladictionary.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |