From 5051ec2b3d78777f0b25d69cb3df33cebc012e01 Mon Sep 17 00:00:00 2001 From: Kenneth Love Date: Tue, 28 Feb 2012 16:59:14 -0800 Subject: [PATCH] updated setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 94a8d03..503e5de 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup setup( name="djrill", - version="0.1.0", + version="0.1.1", description='Django email backend for Mandrill.', long_description='Email backend and new message class to send emails through the Mandrill email service.', keywords="django, mailchimp, mandrill, email, email backend",