From f7c01655004e3e202a67167cfe73206584d85365 Mon Sep 17 00:00:00 2001 From: Forest Gregg Date: Tue, 19 Dec 2023 11:14:01 -0500 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3a28585..8036363 100755 --- a/setup.py +++ b/setup.py @@ -52,7 +52,7 @@ def c_compile(obj, src, ext, cc_args, extra_postargs, pp_opts): setup( name='python-crfsuite', - version="0.9.9", + version="0.9.10", description="Python binding for CRFsuite", long_description=open('README.rst').read(), author="Terry Peng, Mikhail Korobov",