summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFbenas <philbeansburton@gmail.com>2020-10-16 00:19:17 +0100
committerFbenas <philbeansburton@gmail.com>2020-10-16 00:19:17 +0100
commitb47464cb306ec152bec1500dfabeee503ebd0787 (patch)
tree609d3a12a380f89accb72c0cc03822c1d6a73eac
parent739442a34ca3d433b1abcefedbf25c58f8783b56 (diff)
Upgrade version number to 3.0
-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