We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e91484 commit fc6896bCopy full SHA for fc6896b
setup.py
@@ -1,6 +1,6 @@
1
from setuptools import setup
2
3
-# read the contents of your README file
+# read the contents of README file
4
from os import path
5
6
this_directory = path.abspath(path.dirname(__file__))
@@ -9,7 +9,7 @@
9
10
setup(
11
name='okama',
12
- version='0.84',
+ version='0.85',
13
license='MIT',
14
description='Modern Portfolio Theory (MPT) Python package',
15
long_description=long_description,
0 commit comments