From 25e28d8ba2d89d7b068b7a07134b2f4fde5a9af8 Mon Sep 17 00:00:00 2001 From: rawdaGastan Date: Mon, 28 Nov 2022 15:36:42 +0200 Subject: [PATCH] release v11.5-b18 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4950ba165..0bb26385a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,14 +1,14 @@ [tool.poetry] name = "js-sdk" packages = [{ include = "jumpscale" }] -version = "11.5b17" +version = "11.5b18" description = "SDK for threefold grid" authors = ["xmonader "] license = "Apache-2.0" [tool.poetry.dependencies] cryptography = "3.3.2" -js-ng = "11.0b18" +js-ng = "11.0b17" python = ">=3.7,<4.0" cryptocompare = "^0.6.4" certifi = "^2019.6"