We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 715d33a commit 83b5167Copy full SHA for 83b5167
setup.py
@@ -22,7 +22,7 @@ def test_suite():
22
23
setup(
24
name='Vose-Alias-Method',
25
- version='1.0.0',
+ version='1.1.0',
26
description=('Python implementation of Vose\'s alias method, an efficient algorithm for sampling from a discrete probability distribution.'),
27
long_description=long_description,
28
long_description_content_type='text/markdown',
0 commit comments