From bc30855f9c1c8c3ceab563786e9e7d51f9ad6a13 Mon Sep 17 00:00:00 2001 From: datnguye Date: Sun, 19 Mar 2023 13:11:52 +0700 Subject: [PATCH] bump: 0.2.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ee19729..72da049 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dbterd" -version = "0.2.0" +version = "0.2.1" description = "dbterd is a Command Line Interface (CLI) to convert dbt manifest.json file to diagram file" authors = ["Dat Nguyen "] license = "MIT"