diff options
author | Joe Robinson <joe@mumsnet.com> | 2014-09-23 17:45:40 +0100 |
---|---|---|
committer | Joe Robinson <joe@mumsnet.com> | 2014-09-23 17:45:40 +0100 |
commit | bae7d4777f46144750ed3d709e45da283c1f3516 (patch) | |
tree | 60c840b6f4dd5d4fdb1487a10f927293be35a3a7 /bladictionary.py | |
parent | 2c5652f1d098aa5b7590ee1bda13b9968d27258a (diff) |
Bump version
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 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 |