Skip to content

Commit 76bb1e9

Browse files
authored
Update setup.py
1 parent 1cb262e commit 76bb1e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name = 'pycop',
5-
version = '0.0.10',
5+
version = '0.0.11',
66
description = 'Copula for multivariate dependence modeling',
77
long_description=open('README.md', 'r').read(),
88
long_description_content_type="text/markdown",
@@ -13,4 +13,4 @@
1313
classifiers = [],
1414
include_package_data=True,
1515
packages=find_packages(".")
16-
)
16+
)

0 commit comments

Comments
 (0)