From 2c19c105a09158fc3218480933aae8e1ab22269c Mon Sep 17 00:00:00 2001 From: lgeorgiev Date: Tue, 22 Oct 2024 19:13:14 -0400 Subject: [PATCH] Push the version number --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1a538b1..2d299ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "qt-api" -version = "0.2.4" +version = "0.2.5" description = "Python wrapper for Questrade API" readme = "README.md" requires-python = ">=3.8"