diff options
author | Fbenas <philbeansburton@gmail.com> | 2020-10-16 00:19:17 +0100 |
---|---|---|
committer | Fbenas <philbeansburton@gmail.com> | 2020-10-16 00:19:17 +0100 |
commit | b47464cb306ec152bec1500dfabeee503ebd0787 (patch) | |
tree | 609d3a12a380f89accb72c0cc03822c1d6a73eac /bladictionary.py | |
parent | 739442a34ca3d433b1abcefedbf25c58f8783b56 (diff) |
Upgrade version number to 3.0
Diffstat (limited to 'bladictionary.py')
-rwxr-xr-x | bladictionary.py | 2 |
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 |