We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f94f4b2 commit dab7c1bCopy full SHA for dab7c1b
setup.py
@@ -22,7 +22,7 @@ def test_suite():
22
23
setup(
24
name='Vose-Alias-Method',
25
- version='1.1.1',
+ version='1.1.2',
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