Skip to content

Commit fc6896b

Browse files
committed
correct version
1 parent 0e91484 commit fc6896b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from setuptools import setup
22

3-
# read the contents of your README file
3+
# read the contents of README file
44
from os import path
55

66
this_directory = path.abspath(path.dirname(__file__))
@@ -9,7 +9,7 @@
99

1010
setup(
1111
name='okama',
12-
version='0.84',
12+
version='0.85',
1313
license='MIT',
1414
description='Modern Portfolio Theory (MPT) Python package',
1515
long_description=long_description,

0 commit comments

Comments
 (0)