From 8a9277afa1226a10d2ea5280e1ad0ee4368906c6 Mon Sep 17 00:00:00 2001 From: Tuan Nguyen Date: Thu, 26 May 2022 13:59:54 -0400 Subject: [PATCH] update version --- .gitignore | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 14211c4..fba0a48 100644 --- a/.gitignore +++ b/.gitignore @@ -140,3 +140,4 @@ dmypy.json # Cython debug symbols cython_debug/ +instructions.md \ No newline at end of file diff --git a/setup.py b/setup.py index 5eca361..422e181 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( name = 'dbt_generator', - version = '0.3.1', + version = '0.3.2', author = 'Tuan Nguyen', author_email = 'anhtuan.nguyen@me.com', url = 'https://github.com/tuanchris/dbt-generator',