From 06a74f4ab9df3ea1ae474d0bd495076fcff0d67e Mon Sep 17 00:00:00 2001 From: Justin Chu Date: Fri, 18 Nov 2022 11:43:16 -0800 Subject: [PATCH] chore: bump version to v0.1.7 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2860b37..9e75c74 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "lintrunner-adapters" -version = "0.1.6" +version = "0.1.7" description = "Adapters and tools for lintrunner" authors = ["Justin Chu "] license = "MIT"