From 9b590658976fa895be51c5400bf2b16677830931 Mon Sep 17 00:00:00 2001 From: John Franey <1728528+johnfraney@users.noreply.github.com> Date: Sat, 27 Apr 2024 12:11:01 -0300 Subject: [PATCH] chore: prepare v0.7.2 release --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 74c59f9..d0a226c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "blurry-cli" -version = "0.7.1" +version = "0.7.2" description = "A Mistune-based static site generator for Python" authors = ["John Franey "] license = "MIT"