From 740de1f7cefc22504c636a91035a370760f1c6ac Mon Sep 17 00:00:00 2001 From: Wytamma Wirth Date: Sat, 11 Sep 2021 07:17:17 +1000 Subject: [PATCH] :bookmark: v0.9.7 --- backend/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 8054050..cb585cc 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "beastiary" -version = "0.9.6" +version = "0.9.7" description = "" authors = ["Wytamma Wirth "] readme = "PYPI-README.md"