From e922d489188f87cbb61d403e775e5d31cf02c35a Mon Sep 17 00:00:00 2001 From: nicelgueta Date: Tue, 1 Nov 2022 00:38:22 +0000 Subject: [PATCH] 0.4.0: bump version in toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 16c4ed3..95124c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyokx" -version = "0.3.1" +version = "0.4.0" description = "Unofficial python wrapper for the OKX V5 API" authors = ["nicelgueta"] license = "MIT"