From 2580da06db7142fff0ec6a48d8934815e4678d58 Mon Sep 17 00:00:00 2001 From: Sepehr Akbarzadeh Date: Tue, 1 Oct 2024 10:56:57 +0330 Subject: [PATCH] fix(pyproject.toml): fix versioning problem of mailbox --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0bfb881..11b52bd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ requires = [ "poetry-core>=1" ] [tool.poetry] name = "django-sage-mailbox" -version = "0.1.1" +version = "0.2.0" description = "A Django package for mailbox client integration." authors = [ "Sepehr Akbarzadeh " ] readme = "README.md" @@ -13,7 +13,6 @@ keywords = [ "django", "email", "imap", "mailbox", "sageteam", "django-packages" repository = "https://github.com/sageteamorg/django-sage-mailbox" classifiers = [ - "Development Status :: 2 - Alpha", "Programming Language :: Python :: 3", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent",