-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(pyproject.toml): fix versioning problem of mailbox
- Loading branch information
1 parent
cab660a
commit 2580da0
Showing
1 changed file
with
1 addition
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 <[email protected]>" ] | ||
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", | ||
|