release
This commit is contained in:
parent
722ba5f716
commit
5af484bcce
2 changed files with 5 additions and 1 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -12,6 +12,9 @@ dist/
|
||||||
build/
|
build/
|
||||||
/pytestdebug.log
|
/pytestdebug.log
|
||||||
.pytestdebug.log
|
.pytestdebug.log
|
||||||
|
/pytest_cache
|
||||||
|
.lsp
|
||||||
|
|
||||||
|
|
||||||
# virtualenv
|
# virtualenv
|
||||||
.virtualenv/
|
.virtualenv/
|
||||||
|
@ -33,3 +36,4 @@ tmp.txt
|
||||||
/.tox/
|
/.tox/
|
||||||
env/
|
env/
|
||||||
Icon
|
Icon
|
||||||
|
.clj-kondo
|
2
setup.py
2
setup.py
|
@ -21,7 +21,7 @@ except IOError:
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name=module_name,
|
name=module_name,
|
||||||
version="2.1.0-dev",
|
version="2.1.1",
|
||||||
url="https://gitlab.com/domaindrivenarchitecture/dda-python-terraform",
|
url="https://gitlab.com/domaindrivenarchitecture/dda-python-terraform",
|
||||||
license="MIT",
|
license="MIT",
|
||||||
author="Freddy Tan",
|
author="Freddy Tan",
|
||||||
|
|
Loading…
Reference in a new issue