Skip to content

Commit 1c114f2

Browse files
committed
v0.9.9 release
1 parent be0f16c commit 1c114f2

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGES.rst

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changes
22
=======
33

4+
0.9.9 (2023-02-01)
5+
------------------
6+
7+
* Python 3.11 Support
8+
49
0.9.7 (2020-03-15)
510
------------------
611

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def c_compile(obj, src, ext, cc_args, extra_postargs, pp_opts):
5252

5353
setup(
5454
name='python-crfsuite',
55-
version="0.9.8",
55+
version="0.9.9",
5656
description="Python binding for CRFsuite",
5757
long_description=open('README.rst').read(),
5858
author="Terry Peng, Mikhail Korobov",

0 commit comments

Comments
 (0)