From a5aef02e658fa8916acf224a74c0fe74f0ff775b Mon Sep 17 00:00:00 2001 From: Blair Azzopardi Date: Sat, 25 Feb 2023 00:24:52 +0000 Subject: [PATCH] bump up version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f58a059..5c136ea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "yabte" -version = "0.3.1" +version = "0.3.2" description = "Yet another backtesting engine" authors = ["Blair Azzopardi "] license = "MIT"