diff --git a/pyproject.toml b/pyproject.toml index c0a260c..5d77657 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "Flask-Mailman" -version = "0.2.3" +version = "0.2.4" description = "Porting Django's email implementation to your Flask applications." authors = ["Waynerv "] license = "BSD-3-Clause" diff --git a/setup.cfg b/setup.cfg index c856522..c41437d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.3 +current_version = 0.2.4 commit = True tag = True @@ -14,17 +14,15 @@ ignore = E203, E266, W503 docstring-convention = google per-file-ignores = __init__.py:F401 exclude = .git, - __pycache__, - setup.py, - build, - dist, - docs, - releases, - .venv, - .tox, - .mypy_cache, - .pytest_cache, - .vscode, - .github, - # By default test codes will be linted. - # tests + __pycache__, + setup.py, + build, + dist, + docs, + releases, + .venv, + .tox, + .mypy_cache, + .pytest_cache, + .vscode, + .github,