diff --git a/setup.py b/setup.py index 567a704..6295e87 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ with open("README.md", "r", encoding="utf-8") as fh: setup( name="django_aws_ses", - version="0.1.1", + version="0.1.0.01", author="ZeeksGeeks", author_email="contact@zeeksgeeks.com", description="A Django email backend for Amazon SES with bounce and complaint handling",