From 6e280b26d2c30fca34477d2bfdfb0dbc0fd14052 Mon Sep 17 00:00:00 2001 From: vincent Date: Mon, 18 Apr 2022 15:05:02 +0200 Subject: [PATCH] bump to 0.1.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9f29773..787820e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "stepview" -version = "0.1.0" +version = "0.1.1" description = "1 global view of all your stepfunctions statemachines" authors = ["vincent "] license = "GNU GPLv3"