From 411d474b861f76a639f23ec24f8b196a3bbcc540 Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Wed, 9 Oct 2024 01:53:51 +0300 Subject: [PATCH] Release 2.2.0.2 New PyPI release for Python 3.13 support (https://github.com/snowballstem/pystemmer/issues/47#issuecomment-2400536658) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b3e999c..942b7de 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ """.strip() -version_str = '2.2.0.1' +version_str = '2.2.0.2' # libstemmer_c versions have 3 components but pystemmer versions may have more # (so we can address a pystemmer-specific issue without having to wait for the # next libstemmer_c release) so take the first 3 components from version_str.