Skip to content

Commit 0d4952d

Browse files
committed
bump version to 2.1.0
1 parent 6a0ef91 commit 0d4952d

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.0'
55+
version = '2.1'
5656
# The full version, including alpha/beta/rc tags.
57-
release = '2.0.0'
57+
release = '2.1.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.0.0'
9+
__version__ = '2.1.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
@@ -228,7 +228,7 @@ def finalize_options(self):
228228

229229
setup(
230230
name='gensim',
231-
version='2.0.0',
231+
version='2.1.0',
232232
description='Python framework for fast Vector Space Modelling',
233233
long_description=LONG_DESCRIPTION,
234234

0 commit comments

Comments
 (0)