diff --git a/requirements.txt b/requirements.txt index acc4880..7fbbc82 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -python-Levenshtein==0.25.0 -statsmodels==0.14.1 \ No newline at end of file +python-Levenshtein~=0.25.0 +statsmodels~=0.14.1 \ No newline at end of file diff --git a/setup.py b/setup.py index 60282f8..05ed1cd 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setuptools.setup( name="wuggy", - version="1.1.0", + version="1.1.1", author="Emmanuel Keuleers", author_email="E.A.Keuleers@tilburguniversity.edu", description="Wuggy: A multilingual pseudoword generator",