From c9727c9c5369722e56d54764770c5118ac72e950 Mon Sep 17 00:00:00 2001 From: Justin Chu Date: Mon, 29 Jan 2024 08:25:36 -0700 Subject: [PATCH] chore(release): bump version to v0.12.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 375cf33..d6a7c78 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ warn_unused_ignores = false [tool.poetry] name = "lintrunner-adapters" -version = "0.12.1" +version = "0.12.2" description = "Adapters and tools for lintrunner" authors = ["Justin Chu "] license = "MIT"