From 7b5644c082175eb18df28aae5c5907ae2b5679cf Mon Sep 17 00:00:00 2001 From: gimre Date: Tue, 15 Aug 2023 17:09:46 +0200 Subject: [PATCH] [tools/shoestring]: initial public release --- tools/shoestring/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/shoestring/pyproject.toml b/tools/shoestring/pyproject.toml index 4644ea5f80..fb177adf31 100644 --- a/tools/shoestring/pyproject.toml +++ b/tools/shoestring/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = 'symbol-shoestring' -version = '0.0.6' +version = '0.1.0' description = 'Symbol Shoestring Deployment Tool' authors = ['Symbol Contributors '] maintainers = ['Symbol Contributors ']