Skip to content

Commit

Permalink
Release v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelchu committed Oct 11, 2020
1 parent 7ae03df commit 7d7a91d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

### Installation
```
pip install optopsy==2.0.0
pip install optopsy==2.0.1
```

### Example
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

setup(
name="optopsy",
description="A nimble options backtesting library for Python",
description="A nimble backtesting and statistics library for options strategies",
long_description=open("README.md").read(),
long_description_content_type="text/markdown",
version="2.0.0",
version="2.0.1",
url="https://github.com/michaelchu/optopsy",
author="Michael Chu",
author_email="[email protected]",
Expand Down

0 comments on commit 7d7a91d

Please sign in to comment.