From 34cd59a14d229b9988a050c7095bdd3a6392385a Mon Sep 17 00:00:00 2001 From: oanatmaria Date: Wed, 31 Jan 2024 14:44:58 +0200 Subject: [PATCH] Fix bump version to not be dirty --- .gitignore | 3 ++- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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. "]