From 71dbf7bcf31016ae08946d94580b6f1b5ca29588 Mon Sep 17 00:00:00 2001 From: Luis Mayo Valbuena Date: Thu, 17 Nov 2022 20:48:58 +0100 Subject: [PATCH] v3.2.0 --- .gitignore | 2 ++ pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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"