From ebfd6674816459b7748adb36b7b8066b0e923f71 Mon Sep 17 00:00:00 2001 From: John Franey <1728528+johnfraney@users.noreply.github.com> Date: Thu, 29 Feb 2024 00:32:56 -0400 Subject: [PATCH] release: bump version to v0.6.0 (#59) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 70bd434..4cbc1bc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "blurry-cli" -version = "0.5.0" +version = "0.6.0" description = "A Mistune-based static site generator for Python" authors = ["John Franey "] license = "MIT"