From 482d3b2af1536b0b792ce4cd0bc23c2d5d18a915 Mon Sep 17 00:00:00 2001 From: Chavithra PARANA Date: Sat, 30 Dec 2023 15:47:26 +0100 Subject: [PATCH] Version 3.0.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c029b83..4dadf53 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ packages = [ ] readme = "README.md" repository = "https://github.com/chavithra/degiro-connector" -version = "2.0.23" +version = "3.0.0" [tool.poetry.dependencies] python = "^3.8"