From e267202018efcddc1b91f6f4bd5164dea998223d Mon Sep 17 00:00:00 2001 From: Steve Dignam Date: Wed, 9 Oct 2024 20:47:31 -0400 Subject: [PATCH] release: 0.9.0 (#52) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dc88d98e4..9ba6e6ae0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "djangorestframework-types" -version = "0.7.1" +version = "0.9.0" description = "Type stubs for Django Rest Framework" authors = ["Steve Dignam "] repository = "https://github.com/sbdchd/djangorestframework-types"