summaryrefslogtreecommitdiff
path: root/bladictionary.py
diff options
context:
space:
mode:
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 0611501..a7ca8ce 100755
--- a/bladictionary.py
+++ b/bladictionary.py
@@ -9,7 +9,7 @@ import sqlite3
import requests
from definition import Definition
-VERSION = "2.5.0"
+VERSION = "3.0"
def get_xml(word, word_dict):
api_url = "http://services.aonaware.com/DictService/DictService.asmx/DefineInDict?dictId="+word_dict+"&word="+word