Skip to content

Commit 6564ce9

Browse files
committed
fix: make new build
1 parent 9e8a805 commit 6564ce9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<img src="https://img.shields.io/badge/python-v3-brightgreen.svg"
55
alt="python"></a> &nbsp;
66
<a href="https://pypi.org/project/okama/">
7-
<img src="https://img.shields.io/badge/pypi-v0.95-brightgreen.svg"
7+
<img src="https://img.shields.io/badge/pypi-v0.96-brightgreen.svg"
88
alt="pypi"></a> &nbsp;
99
<a href="https://opensource.org/licenses/MIT">
1010
<img src="https://img.shields.io/badge/license-MIT-brightgreen.svg"

okama/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@
3333
from okama.helpers import Float, Frame, Rebalance, Date
3434
import okama.settings
3535

36-
__version__ = '0.95'
36+
__version__ = '0.96'

0 commit comments

Comments
 (0)