From 388a92ea495969b033916ce7649a19dc7ee5c6f1 Mon Sep 17 00:00:00 2001 From: ori-roza Date: Wed, 6 Dec 2023 11:10:29 +0200 Subject: [PATCH] docs --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = [