From c6dbe7d527a17dc01ee1cb3e26577caeefbec174 Mon Sep 17 00:00:00 2001 From: Michael Chu Date: Sun, 27 Sep 2020 16:08:50 -0400 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6fb3a5d..372e264 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ description="Python Backtesting library for options trading strategies", long_description=open("README.md").read(), long_description_content_type="text/markdown", - version="1.0.3", + version="1.0.4", url="https://github.com/michaelchu/optopsy", author="Michael Chu", author_email="mchchu88@gmail.com",