Skip to content

Commit 7d7a91d

Browse files
committed
Release v2.0.1
1 parent 7ae03df commit 7d7a91d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -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
3535

3636
### Installation
3737
```
38-
pip install optopsy==2.0.0
38+
pip install optopsy==2.0.1
3939
```
4040

4141
### Example

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
setup(
44
name="optopsy",
5-
description="A nimble options backtesting library for Python",
5+
description="A nimble backtesting and statistics library for options strategies",
66
long_description=open("README.md").read(),
77
long_description_content_type="text/markdown",
8-
version="2.0.0",
8+
version="2.0.1",
99
url="https://github.com/michaelchu/optopsy",
1010
author="Michael Chu",
1111
author_email="[email protected]",

0 commit comments

Comments
 (0)