From 46bf077a3bc6d1949b63e880857d9f63865c2d11 Mon Sep 17 00:00:00 2001 From: Fournet Enzo Date: Sun, 8 Dec 2024 14:32:53 +0100 Subject: [PATCH] tag --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 93d807c..aafa6c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ requires = [ "poetry-core" ] [tool.poetry] name = "djangorestframework-hybridrouter" -version = "1.0.0" +version = "1.0.1" description = "Django app that provides a hybrid router for Django Rest Framework" authors = [ "enzo_frnt" ] license = "MIT"