From 43042650d6409ed2d564697493bb14543c185b0c Mon Sep 17 00:00:00 2001 From: Ales Puchilo <36516972+SaveTheAles@users.noreply.github.com> Date: Thu, 9 Mar 2023 10:08:35 +0100 Subject: [PATCH] Bump to 1.1.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 57e98f1..77b6881 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ license = "MIT" packages = [{ include = "cyber_sdk" }] readme = "README.md" repository = "https://github.com/SaveTheAles/cyber.py.git" -version = "1.1.1" +version = "1.1.2" [tool.poetry.dependencies] aiohttp = "^3.8.1"