Skip to content

Commit d900971

Browse files
committed
0.9.7 release
1 parent d661635 commit d900971

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949

5050
# General information about the project.
5151
project = u'python-crfsuite'
52-
copyright = u'2018, Terry Peng, Mikhail Korobov'
52+
copyright = u'2020, Terry Peng, Mikhail Korobov'
5353

5454
# The version info for the project you're documenting, acts as replacement for
5555
# |version| and |release|, also used in various other places throughout the
@@ -58,7 +58,7 @@
5858
# The short X.Y version.
5959
version = '0.9'
6060
# The full version, including alpha/beta/rc tags.
61-
release = '0.9.6'
61+
release = '0.9.7'
6262

6363
# The language for content autogenerated by Sphinx. Refer to documentation
6464
# for a list of supported languages.

setup.py

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

5252
setup(
5353
name='python-crfsuite',
54-
version="0.9.6",
54+
version="0.9.7",
5555
description="Python binding for CRFsuite",
5656
long_description=open('README.rst').read(),
5757
author="Terry Peng, Mikhail Korobov",

0 commit comments

Comments
 (0)