We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8de06b4 commit 8bc65a6Copy full SHA for 8bc65a6
README.md
@@ -46,7 +46,7 @@ You will need Python 3.8 or newer and Pandas 2.0.0 or newer and Numpy 1.26.0 or
46
47
### Installation
48
```
49
-pip install optopsy==2.0.3
+pip install optopsy==2.1.0
50
51
52
### Example
setup.py
@@ -5,7 +5,7 @@
5
description="A nimble backtesting and statistics library for options strategies",
6
long_description=open("README.md").read(),
7
long_description_content_type="text/markdown",
8
- version="2.0.3",
+ version="2.1.0",
9
url="https://github.com/michaelchu/optopsy",
10
author="Michael Chu",
11
author_email="mchchu88@gmail.com",
0 commit comments