Skip to content

Commit

Permalink
0.0.13 minor bugfix basic_single
Browse files Browse the repository at this point in the history
  • Loading branch information
hashABCD committed Mar 18, 2021
1 parent 2810f79 commit 78f2045
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
opstrat is a Python library for visualizing options.

## Latest Version
0.0.12
0.0.13

## Installation

Expand Down
4 changes: 1 addition & 3 deletions opstrat/basic_single.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,4 @@ def plotter(x,y):
plt.tight_layout()
plt.show()

plotter(x,y)

option_plotter()
plotter(x,y)
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
long_description = open('README.md').read()
'''

VERSION = '0.0.12'
VERSION = '0.0.13'
DESCRIPTION = 'Option stategy visualizer'
LONG_DESCRIPTION = DESCRIPTION
URL = 'https://github.com/abhijith-git/opstrat'
Expand Down

0 comments on commit 78f2045

Please sign in to comment.