From bae7d4777f46144750ed3d709e45da283c1f3516 Mon Sep 17 00:00:00 2001 From: Joe Robinson Date: Tue, 23 Sep 2014 17:45:40 +0100 Subject: Bump version --- bladictionary.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bladictionary.py') diff --git a/bladictionary.py b/bladictionary.py index 5e87b71..6d16240 100755 --- a/bladictionary.py +++ b/bladictionary.py @@ -8,7 +8,7 @@ from lxml import etree import sqlite3 import requests -VERSION = "2.3.3" +VERSION = "2.3.4" class Definition(object): #ID is relative to the word type, eg noun 1, noun 2, verb 1, verb 2, not to the entire list -- cgit v1.2.3