From 93932857b555272a735064957957ee2151a5a994 Mon Sep 17 00:00:00 2001 From: Fournet Enzo Date: Thu, 12 Dec 2024 13:12:43 +0100 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index aafa6c5..2b5cde3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ requires = [ "poetry-core" ] [tool.poetry] name = "djangorestframework-hybridrouter" -version = "1.0.1" +version = "1.0.2" description = "Django app that provides a hybrid router for Django Rest Framework" authors = [ "enzo_frnt" ] license = "MIT"