Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
maximenc authored Feb 3, 2023
1 parent 1cb262e commit 76bb1e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name = 'pycop',
version = '0.0.10',
version = '0.0.11',
description = 'Copula for multivariate dependence modeling',
long_description=open('README.md', 'r').read(),
long_description_content_type="text/markdown",
Expand All @@ -13,4 +13,4 @@
classifiers = [],
include_package_data=True,
packages=find_packages(".")
)
)

0 comments on commit 76bb1e9

Please sign in to comment.