From 318190b584165543cc87fe0a3cee4105dcf96261 Mon Sep 17 00:00:00 2001 From: Sepehr Akbarzadeh Date: Tue, 8 Oct 2024 18:26:30 +0330 Subject: [PATCH] fix(pyproject.toml): update version and new build for dependencies and django support issue --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5e31077..60135a5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ requires = [ "poetry-core>=1" ] [tool.poetry] name = "django-sage-mailbox" -version = "0.2.0" +version = "0.2.1" description = "A Django package for mailbox client integration." authors = [ "Sepehr Akbarzadeh " ] readme = "README.md"