Bumping version number

This commit is contained in:
Dave Hall 2014-10-14 09:03:10 +01:00
parent a1914a6c62
commit bb8a54686e

View file

@ -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",