Skip to content

Commit 9c23419

Browse files
committed
bump version to 2.2.0
1 parent 50b3f2b commit 9c23419

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/src/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@
5252
# built documents.
5353
#
5454
# The short X.Y version.
55-
version = '2.1'
55+
version = '2.2'
5656
# The full version, including alpha/beta/rc tags.
57-
release = '2.1.0'
57+
release = '2.2.0'
5858

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

gensim/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from gensim import parsing, matutils, interfaces, corpora, models, similarities, summarization
77
import logging
88

9-
__version__ = '2.1.0'
9+
__version__ = '2.2.0'
1010

1111
class NullHandler(logging.Handler):
1212
"""For python versions <= 2.6; same as `logging.NullHandler` in 2.7."""

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ def finalize_options(self):
239239

240240
setup(
241241
name='gensim',
242-
version='2.1.0',
242+
version='2.2.0',
243243
description='Python framework for fast Vector Space Modelling',
244244
long_description=LONG_DESCRIPTION,
245245

0 commit comments

Comments
 (0)