From 5ff62504d5cb902cb49b77ab9c7f9e1561858d33 Mon Sep 17 00:00:00 2001 From: Thiago Bellini Ribeiro Date: Thu, 17 Oct 2024 11:25:15 -0300 Subject: [PATCH] chore(release): Release 0.49.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d45f8e5a..db52260d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "strawberry-graphql-django" packages = [{ include = "strawberry_django" }] -version = "0.48.0" +version = "0.49.0" description = "Strawberry GraphQL Django extension" authors = [ "Lauri Hintsala ",