From 4090dec44deaa22a1f6de34febf78c1593953255 Mon Sep 17 00:00:00 2001 From: Ray Lyon <36998292+skoobasteeve@users.noreply.github.com> Date: Mon, 7 Aug 2023 20:56:49 +0000 Subject: [PATCH] rev to 0.0.9 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f1525dd..4b99838 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "successfactors-auth" -version = "0.0.8" +version = "0.0.9" authors = [ { name="Ray Lyon", email="ray@raylyon.net" }, ]