From 9fcaa42346c546d0d57d090520cd2e630ffa2111 Mon Sep 17 00:00:00 2001 From: Dominic Barnes Date: Wed, 20 Sep 2023 14:46:11 -0700 Subject: [PATCH] release 0.0.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6c0cae76..aa3eaf56 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "rippling-flux-sdk" -version = "0.0.2" +version = "0.0.3" description = "Defines the interfaces and data-models used by Rippling Flux Apps." authors = ["Rippling Apps "] readme = "README.md"