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',