From 5af484bcce77df6eb6da25dd6341eb9afae34e3a Mon Sep 17 00:00:00 2001 From: jerger Date: Fri, 27 Jan 2023 10:35:48 +0100 Subject: [PATCH] release --- .gitignore | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index fffce71..685bc92 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,9 @@ dist/ build/ /pytestdebug.log .pytestdebug.log +/pytest_cache +.lsp + # virtualenv .virtualenv/ @@ -33,3 +36,4 @@ tmp.txt /.tox/ env/ Icon +.clj-kondo \ No newline at end of file diff --git a/setup.py b/setup.py index 8380ad1..1cc7f1b 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ except IOError: setup( name=module_name, - version="2.1.0-dev", + version="2.1.1", url="https://gitlab.com/domaindrivenarchitecture/dda-python-terraform", license="MIT", author="Freddy Tan",