diff --git a/.gitignore b/.gitignore index 26282df..3e70372 100644 --- a/.gitignore +++ b/.gitignore @@ -6,4 +6,5 @@ __pycache__ .pytest_cache .vscode .coverage -.python-version \ No newline at end of file +.python-version +.ext/ \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 6996e69..359d10d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "flask-aserto" -version = "0.30.6-dirty" +version = "0.30.6" description = "Aserto integration for Flask" readme = "README.md" authors = ["Aserto, Inc. "]