diff --git a/setup.py b/setup.py index 26492e4..99a4fb0 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name = 'pycop', - version = '0.0.9', + version = '0.0.10', description = 'Copula for multivariate dependence modeling', long_description=open('README.md', 'r').read(), long_description_content_type="text/markdown",