From e0eb1c4df3c43564a5a04e1861af1ca13efe695a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Coelho?= <16445494+jcoelho93@users.noreply.github.com> Date: Wed, 1 May 2024 09:26:32 +0100 Subject: [PATCH] Bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6592924..4fa2452 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "python-trading212" -version = "1.0.0" +version = "2.0.0" description = "An unofficial client for the official Trading212 API" authors = ["José Coelho <16445494+jcoelho93@users.noreply.github.com>"] readme = "README.md"