From 96d3dff56aed4eac68743af8e532d00cc1ef4862 Mon Sep 17 00:00:00 2001 From: Vytautas Strimaitis Date: Mon, 13 Jan 2025 18:44:57 +0200 Subject: [PATCH] Bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9b252a9..13cadec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "poetry-pre-commit-plugin" -version = "0.2.0" +version = "0.2.1" description = "Poetry plugin for automatically installing pre-commit hook when it is added to a project" authors = ["Vytautas Strimaitis "] homepage = "https://github.com/vstrimaitis/poetry-pre-commit-plugin"