diff --git a/pyproject.toml b/pyproject.toml index 2669fc2..01a0297 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "drf_api_action" -version = "1.2.1" +version = "1.2.2" description = "drf-api-action elevates DRF testing by simplifying REST endpoint testing to a seamless, function-like experience." readme = "README.md" authors = ["Ori Roza "]