From d4a7162c5e44d11a175b696d53ce52cdb2cda848 Mon Sep 17 00:00:00 2001 From: David Salvisberg Date: Thu, 7 Dec 2023 13:15:05 +0100 Subject: [PATCH] chore: Update version from 2.7.0 to 2.8.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b6c5088..d603d0a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = 'flake8-type-checking' -version = "2.7.0" +version = "2.8.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'