From 35f145839eca742f2402716d17542fd0546efc9d Mon Sep 17 00:00:00 2001 From: Kenneth Heafield Date: Sat, 19 Aug 2023 22:08:34 +0100 Subject: [PATCH] Bump python version --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 6dfc7cc8..7fb9db1f 100644 --- a/setup.py +++ b/setup.py @@ -123,6 +123,7 @@ def run(self): setup( name='kenlm', + version='0.2.0', ext_modules=ext_modules, cmdclass={"build_ext": build_ext}, include_package_data=True,