From 1165b6ccaf5b6905575571a69a782f73cdd7c00c Mon Sep 17 00:00:00 2001 From: Michael Chu Date: Sun, 4 Oct 2020 18:50:17 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6c4d9fc..66e68d6 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Optopsy is a nimble backtesting and statistics library for option strategies, it ## Supported Option Strategies * Calls/Puts -* Straddles/Strangles (WIP) +* Straddles/Strangles * Butterflies/Iron Condors (WIP) * Many more to follow @@ -29,7 +29,7 @@ You will need Python 3.6 or newer and Pandas 0.23.1 or newer and Numpy 1.14.3 or ### Installation ``` -pip install optopsy==2.0.0b1 +pip install optopsy==2.0.0b2 ``` ### Example