summaryrefslogtreecommitdiff
path: root/bladictionary.py
diff options
context:
space:
mode:
authorJoe Robinson <joe@lc8n.com>2015-12-10 12:41:38 +0000
committerJoe Robinson <joe@lc8n.com>2015-12-10 12:41:38 +0000
commit6f44f5afac22226b8b9a2844fdbe4c71704d6ec2 (patch)
treee7dd96af41e52b34e0d657ec9e916e4292583193 /bladictionary.py
parent71b3868dc8f1da1ccee2ffc11eefde8a025f10d0 (diff)
Bump version
Diffstat (limited to 'bladictionary.py')
-rwxr-xr-xbladictionary.py2
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