From ff0a40113ed127d033a66e948a11a1cd594e3f64 Mon Sep 17 00:00:00 2001 From: Abdelrahman Ghanem Date: Mon, 31 Oct 2022 11:49:48 +0200 Subject: [PATCH] bump version to 11.0b17 (#612) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 041ace87..89937fde 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "js-ng" packages = [{ include = "jumpscale" }] -version = "11.0b16" +version = "11.0b17" description = "system automation, configuration management and RPC framework" authors = ["xmonader "] license = "MIT"