From a36612d0a384564c77ee913dae0ce0e8b13efc7c Mon Sep 17 00:00:00 2001 From: Rawlsy-py Date: Sat, 2 Mar 2024 10:03:00 +0000 Subject: [PATCH] Update version to 0.1.2 in pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6efc3d8..ef3537f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "formatforge" -version = "0.1.1" +version = "0.1.2" description = "A simple linter for dbt projects" authors = ["Rawlsy-py "] readme = "README.md"