File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
1
Changes
2
2
=======
3
3
4
+ 0.9.4 (2017-09-04)
5
+ ------------------
6
+
7
+ * Packaging fix (thanks @fgregg).
8
+
4
9
0.9.3 (2017-09-03)
5
10
------------------
6
11
Original file line number Diff line number Diff line change 58
58
# The short X.Y version.
59
59
version = '0.9'
60
60
# The full version, including alpha/beta/rc tags.
61
- release = '0.9.3 '
61
+ release = '0.9.4 '
62
62
63
63
# The language for content autogenerated by Sphinx. Refer to documentation
64
64
# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ def build_extensions(self):
45
45
46
46
setup (
47
47
name = 'python-crfsuite' ,
48
- version = "0.9.3 " ,
48
+ version = "0.9.4 " ,
49
49
description = "Python binding for CRFsuite" ,
50
50
long_description = open ('README.rst' ).read (),
51
51
author = "Terry Peng, Mikhail Korobov" ,
You can’t perform that action at this time.
0 commit comments