diff --git a/.gitignore b/.gitignore index 500993c..a95b508 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ flows __pycache__ ass.yaml lisek.swagger.yml +dist diff --git a/pyproject.toml b/pyproject.toml index 88ce253..fc62308 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mitmproxy2swagger" -version = "0.2 .0" +version = "0.3.0" description = "" authors = ["alufers "]