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