From cb4577f75ca998481ca6f248af10b19f986eca1c Mon Sep 17 00:00:00 2001 From: Guillaume Gautier Date: Wed, 25 Nov 2020 09:43:34 +0100 Subject: [PATCH] create v0.3.2 with addition of alpha-dpp sampler #62 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f185c4f..b784666 100755 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ # Versions should comply with PEP440. For a discussion on single-sourcing # the version across setup.py and the project code, see # https://packaging.python.org/en/latest/single_source_version.html - version='0.3.1', + version='0.3.2', description='DPPy is a Python library for exact and approximate sampling of Determinantal Point Processes.', long_description=long_description,