diff --git a/setup.py b/setup.py index 15b3383..267ecb2 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ def test_suite(): setup( name='Vose-Alias-Method', - version='1.0.0', + version='1.1.0', description=('Python implementation of Vose\'s alias method, an efficient algorithm for sampling from a discrete probability distribution.'), long_description=long_description, long_description_content_type='text/markdown',