From f2d78b4afd3657c1af19ddcf849c65a6cb676742 Mon Sep 17 00:00:00 2001 From: Raymond Jessop Date: Tue, 22 Apr 2025 21:41:51 -0500 Subject: [PATCH] re work of readme --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",