From 439af3b0134098189b5fadcd027361e0fbfb58f5 Mon Sep 17 00:00:00 2001 From: bee-keeper Date: Sat, 8 Feb 2020 09:01:02 +0000 Subject: [PATCH] 1.9.3 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index bbd9767..4b91102 100644 --- a/setup.py +++ b/setup.py @@ -6,13 +6,13 @@ package_data={'invitations': ['templates/*.*']}, include_package_data=True, zip_safe=False, - version='1.9.2', + version='1.9.3', description='Generic invitations app with support for django-allauth', author='https://github.com/bee-keeper', author_email='none@none.com', url='https://github.com/bee-keeper/django-invitations.git', download_url='https://github.com/' - 'bee-keeper/django-invitations/tarball/1.9.2', + 'bee-keeper/django-invitations/tarball/1.9.3', keywords=['django', 'invitation', 'django-allauth', 'invite'], classifiers=[ 'Development Status :: 4 - Beta',