Skip to content

Commit

Permalink
fix(pyproject.toml): fix versioning problem of mailbox
Browse files Browse the repository at this point in the history
  • Loading branch information
sepehr-akbarzadeh committed Oct 1, 2024
1 parent cab660a commit 2580da0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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",
Expand Down

0 comments on commit 2580da0

Please sign in to comment.