diff --git a/pyproject.toml b/pyproject.toml index 309c016..2b92447 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "drf_api_action" description = "use the power of restframework also as a library functions" -version = "1.0.5" +version = "1.0.6" readme = "README.md" dependencies = ["Django>=4.2.3", "djangorestframework>=3.14.0", "pytest-django>=4.5.2", "pytest-cov>=4.1.0"] authors = [