Skip to content

Commit a5fd65c

Browse files
committed
bumped version to 4.2.0
1 parent 20a16e2 commit a5fd65c

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
@@ -61,9 +61,9 @@
6161
# built documents.
6262
#
6363
# The short X.Y version.
64-
version = '4.1'
64+
version = '4.2.0'
6565
# The full version, including alpha/beta/rc tags.
66-
release = '4.1.3.dev0'
66+
release = '4.2.0'
6767

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

gensim/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
"""
66

7-
__version__ = '4.1.3.dev0'
7+
__version__ = '4.2.0'
88

99
import logging
1010

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ def run(self):
334334

335335
setup(
336336
name='gensim',
337-
version='4.1.3.dev0',
337+
version='4.2.0',
338338
description='Python framework for fast Vector Space Modelling',
339339
long_description=LONG_DESCRIPTION,
340340

0 commit comments

Comments
 (0)