Skip to content

Commit

Permalink
readme update included links to badges
Browse files Browse the repository at this point in the history
  • Loading branch information
hashABCD committed Mar 19, 2021
1 parent ac6c6d5 commit e249f16
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@

# opstrat

![PyPI](https://img.shields.io/pypi/v/opstrat)
![PyPI - License](https://img.shields.io/pypi/l/opstrat)
![GitHub top language](https://img.shields.io/github/languages/top/abhijith-git/opstrat)
![GitHub Repo stars](https://img.shields.io/github/stars/abhijith-git/opstrat?style=social)
![Twitter Follow](https://img.shields.io/twitter/follow/abhijith_abcd?style=social)
[![PyPI](https://img.shields.io/pypi/v/opstrat)](https://pypi.org/project/opstrat/)
[![PyPI - License](https://img.shields.io/pypi/l/opstrat)](https://pypi.org/project/opstrat/)
[![GitHub top language](https://img.shields.io/github/languages/top/abhijith-git/opstrat)](https://github.com/abhijith-git/opstrat)
[![GitHub Repo stars](https://img.shields.io/github/stars/abhijith-git/opstrat?style=social)](https://github.com/abhijith-git/opstrat)
[![Twitter Follow](https://img.shields.io/twitter/follow/abhijith_abcd?style=social)](https://twitter.com/intent/user?screen_name=abhijith_abcd)

Python library for visualizing options.

Expand Down
2 changes: 1 addition & 1 deletion opstrat/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.0.23"
__version__ = "0.0.24"
__author__ = "Abhijith Chandradas"

from .basic_multi import *
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
long_description = open('README.md').read()
'''

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

0 comments on commit e249f16

Please sign in to comment.