From b47464cb306ec152bec1500dfabeee503ebd0787 Mon Sep 17 00:00:00 2001 From: Fbenas Date: Fri, 16 Oct 2020 00:19:17 +0100 Subject: Upgrade version number to 3.0 --- bladictionary.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3