From 562014a322323dfe999c94834b2e122117bf3492 Mon Sep 17 00:00:00 2001 From: vincent Date: Tue, 10 May 2022 21:57:51 +0200 Subject: [PATCH] bump to 0.3.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 981dd51..dd3d672 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "stepview" -version = "0.3.0.dev1" +version = "0.3.0" description = "1 global view of all your stepfunctions statemachines" authors = ["vincent "] license = "GNU GPLv3"