From bb8a54686ee6402fae55c16946de4756ec6b4944 Mon Sep 17 00:00:00 2001 From: Dave Hall Date: Tue, 14 Oct 2014 09:03:10 +0100 Subject: [PATCH] Bumping version number --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index cac3b01..35c7097 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from distutils.core import setup setup( name = "django-watson", - version = "1.1.3", + version = "1.1.4", description = "Full-text multi-table search application for Django. Easy to install and use, with good performance.", long_description = open(os.path.join(os.path.dirname(__file__), "README.markdown")).read(), author = "Dave Hall",