diff --git a/.gitignore b/.gitignore index e614bc3..8d1db31 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,8 @@ db.json # Ignore the assets assets/ +dist/ + # Etc outputs/*.mp4 .wakatime-project diff --git a/pyproject.toml b/pyproject.toml index 881cb15..e30454c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "objection_engine" -version = "3.1.2" +version = "3.2.0" description = "Library that turns comment chains into ace attorney scenes, used in several bots" authors = ["Luis Mayo Valbuena "] license = "MIT"