From fae7589dbe874be9b966a23654893f0e10beda7d Mon Sep 17 00:00:00 2001 From: Daverball Date: Mon, 29 Jan 2024 09:49:08 +0100 Subject: [PATCH] chore: Update version from 2.8.0 to 2.9.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d603d0a..f0fbf25 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = 'flake8-type-checking' -version = "2.8.0" +version = "2.9.0" description = 'A flake8 plugin for managing type-checking imports & forward references' homepage = 'https://github.com/snok' repository = 'https://github.com/snok/flake8-type-checking'