From 6c4d9609608d7fe3e1d3e4705ddde4de9216d2d9 Mon Sep 17 00:00:00 2001 From: Sean Schaefer Date: Thu, 9 Jan 2025 10:27:58 -0700 Subject: [PATCH] chore: bump version to 0.2.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 537f432..6458ef3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tws-sdk" -version = "0.1.0" +version = "0.2.0" description = "TWS client for Python." authors = ["Fireline Science "] homepage = "https://github.com/Fireline-Science/tws-py"