From c4a9383d5719a94f4967c7e57924a628cb70dfc2 Mon Sep 17 00:00:00 2001 From: vincent Date: Tue, 3 May 2022 15:53:56 +0200 Subject: [PATCH] bump to release 0.3.0.dev0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7aa1201..63deeba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "stepview" -version = "0.2.1" +version = "0.3.0.dev0" description = "1 global view of all your stepfunctions statemachines" authors = ["vincent "] license = "GNU GPLv3"