From 9554116b30513cfe79b89a06ccbcf4e35233ecb7 Mon Sep 17 00:00:00 2001 From: tazlin Date: Tue, 11 Jul 2023 12:30:45 -0400 Subject: [PATCH] chore: version bump to 0.2.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4c2beb2..e802492 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "horde_sdk" -version = "0.1.3" +version = "0.2.0" description = "A python toolkit for interacting with the horde APIs, services, and ecosystem." authors = [ {name = "tazlin", email = "tazlin.on.github@gmail.com"},