From af8f1076fdfdbabeab3f7bc4762a4e3040cdff2d Mon Sep 17 00:00:00 2001 From: Jacek Czaja Date: Wed, 22 Feb 2023 14:45:11 +0100 Subject: [PATCH] - bump version to 0.2.4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3cd182a..f572339 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "etradeTaxReturnHelper" -version = "0.2.3" +version = "0.2.4" edition = "2021" description = "Parses etrade financial documents for transaction details (income, tax paid, cost basis) and compute total income and total tax paid according to chosen tax residency (currency)" license = "BSD-3-Clause"