diff --git a/.gitignore b/.gitignore index 95bd0cb..7fcfbdc 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,4 @@ venv/ __pycache__/ .vscode privacy.txt -dist/ \ No newline at end of file +/dist/ \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 23d4fbc..cc2667e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "structables" -version = "0.2.0" +version = "0.2.1" authors = [ { name="Private.coffee Team", email="support@private.coffee" }, ]