From 11083d0ff4875684e2a668283b59293e6d2d8b1e Mon Sep 17 00:00:00 2001 From: Eric Hennenfent Date: Sat, 27 Jan 2024 00:22:47 -0800 Subject: [PATCH] Bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6356807..9363ca2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "live_illustrate" -version = "0.1.0" +version = "0.2.0" description = "Live-ish illustration for your role-playing campaign" readme = "README.md" requires-python = ">=3.10"