From e68fe5ee616b44a0751a5faf59d6416fe2b7aecd Mon Sep 17 00:00:00 2001 From: tazlin Date: Sat, 7 Oct 2023 08:24:49 -0400 Subject: [PATCH] chore: version bump --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3a62d90..9f8beb6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "horde_sdk" -version = "0.7.14" +version = "0.7.15" description = "A python toolkit for interacting with the horde APIs, services, and ecosystem." authors = [ {name = "tazlin", email = "tazlin.on.github@gmail.com"},