diff --git a/setup.py b/setup.py index 37b96e7..20fc2da 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="django-generic-mail", - version='0.2.2', + version='0.2.3', description="Easy to use, class based email for Django", long_description=open("README.rst").read(), author="Kevin Renskers",