We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ae03df commit 7d7a91dCopy full SHA for 7d7a91d
README.md
@@ -35,7 +35,7 @@ You will need Python 3.6 or newer and Pandas 0.23.1 or newer and Numpy 1.14.3 or
35
36
### Installation
37
```
38
-pip install optopsy==2.0.0
+pip install optopsy==2.0.1
39
40
41
### Example
setup.py
@@ -2,10 +2,10 @@
2
3
setup(
4
name="optopsy",
5
- description="A nimble options backtesting library for Python",
+ 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.0",
+ version="2.0.1",
9
url="https://github.com/michaelchu/optopsy",
10
author="Michael Chu",
11
author_email="[email protected]",
0 commit comments