Skip to content

Commit

Permalink
fix: make new build
Browse files Browse the repository at this point in the history
  • Loading branch information
chilango74 committed Jan 26, 2021
1 parent 9e8a805 commit 6564ce9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<img src="https://img.shields.io/badge/python-v3-brightgreen.svg"
alt="python"></a> &nbsp;
<a href="https://pypi.org/project/okama/">
<img src="https://img.shields.io/badge/pypi-v0.95-brightgreen.svg"
<img src="https://img.shields.io/badge/pypi-v0.96-brightgreen.svg"
alt="pypi"></a> &nbsp;
<a href="https://opensource.org/licenses/MIT">
<img src="https://img.shields.io/badge/license-MIT-brightgreen.svg"
Expand Down
2 changes: 1 addition & 1 deletion okama/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@
from okama.helpers import Float, Frame, Rebalance, Date
import okama.settings

__version__ = '0.95'
__version__ = '0.96'

0 comments on commit 6564ce9

Please sign in to comment.